Skip to content

Commit

Permalink
Fix a linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Sep 20, 2024
1 parent 923a2e5 commit 5ba02d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/probequest/probe_request_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ def push(self, msg):
try:
self._send(self.parse(msg))
except TypeError:
return
pass

def high_push(self, msg):
try:
self._high_send(self.parse(msg))
except TypeError:
return
pass

@staticmethod
def parse(packet):
Expand Down

0 comments on commit 5ba02d4

Please sign in to comment.