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
|
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
|
# 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)
|
print(error)
|
||||||
|
|
||||||
def on_close(ws):
|
def on_close(ws): # lgtm[py/not-named-self]
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user