Skip to content

Commit

Permalink
ConnectionObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Jan 24, 2024
1 parent 83a1e7f commit 4d90e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moler/connection_observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def __await__(self):
# result = await connection_observer
return self.__iter__()

def await_done(self, timeout: float|None=None):
def await_done(self, timeout: float=None):
"""
Await completion of connection-observer.
Expand Down

0 comments on commit 4d90e85

Please sign in to comment.