Skip to content

Commit

Permalink
added empty lines for flake8's sake
Browse files Browse the repository at this point in the history
  • Loading branch information
semiversus committed Jun 14, 2018
1 parent 7858112 commit 5d26430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions broqer/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@

from broqer import Publisher, Subscriber, SubscriptionDisposable


class TopicDisposable(SubscriptionDisposable):
def __init__(self, topic: 'Topic', subscriber: 'Subscriber') \
-> None:
Expand All @@ -126,6 +127,7 @@ def dispose(self) -> None:
if self._publisher:
self._publisher.unsubscribe(self._subscriber)


class Topic(Publisher, Subscriber):
def __init__(self):
Publisher.__init__(self)
Expand Down

0 comments on commit 5d26430

Please sign in to comment.