mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-18 12:24:18 +01:00
ignore lgtm [py/not-named-self]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user