Skip to content

Commit

Permalink
Fix linter warning (missing method)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooste committed Nov 21, 2023
1 parent ee5f65e commit d825535
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bluesky/network/detached.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ def send(self, topic, data='', to_group=b''):

def subscribe(self, topic, from_id=b'', to_group=b''):
pass

def close(self):
pass

0 comments on commit d825535

Please sign in to comment.