Skip to content

Commit

Permalink
Fixed the formatting by running black.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsandemir committed Jan 3, 2024
1 parent 4572890 commit e7acf5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions hazelcast/proxy/reliable_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def on_cancel(self) -> None:
"""
pass


class _MessageRunner:
def __init__(
self,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ def test_remove_listener(self):
on_cancel_call_count = [0]

class Listener(ReliableMessageListener):

def on_message(self, message: TopicMessage[MessageType]) -> None:
pass

Expand Down

0 comments on commit e7acf5b

Please sign in to comment.