ignore lgtm [py/not-named-self]

This commit is contained in:
mohamedemad4
2021-07-01 14:16:57 +02:00
parent a15986feca
commit 0be8171d0c

View File

@@ -89,8 +89,8 @@ class TiingoWebsocketClient:
return on_msg_cb_local
# since methods need to be unbound in order for websocketClient these methods don't have a self as their first parameter
def on_error(ws, error):
def on_error(ws, error): # lgtm[py/not-named-self]
print(error)
def on_close(ws):
pass
def on_close(ws): # lgtm[py/not-named-self]
pass