Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Jan 23, 2024
1 parent 23250c7 commit 54dd3ab
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 @@ -38,7 +38,7 @@ class ConnectionObserver(object):
_not_raised_exceptions = list() # list of dict: "exception" and "time"
_exceptions_lock = threading.Lock()

def __init__(self, connection:AbstractMolerConnection=None, runner:ConnectionObserverRunner=None):
def __init__(self, connection: AbstractMolerConnection = None, runner: ConnectionObserverRunner = None):
"""
Create instance of ConnectionObserver class
:param connection: connection used to receive data awaited for
Expand Down

0 comments on commit 54dd3ab

Please sign in to comment.