Skip to content

Commit

Permalink
Removed trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pourliver committed Jun 10, 2019
1 parent 7fa5f02 commit dc3f73c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyrdp/mitm/BasePathMITM.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ def __init__(self, state: RDPMITMState, client: Layer, server: Layer):
def onClientPDUReceived(self, pdu: PDU):
raise NotImplementedError("onClientPDUReceived must be overridden")


def onServerPDUReceived(self, pdu: PDU):
raise NotImplementedError("onServerPDUReceived must be overridden")


def onScanCode(self, scanCode: int, isReleased: bool, isExtended: bool):
"""
Handle scan code.
Expand Down

0 comments on commit dc3f73c

Please sign in to comment.