From 0be8171d0ca981638cea8a86065d45f5210985ac Mon Sep 17 00:00:00 2001 From: mohamedemad4 Date: Thu, 1 Jul 2021 14:16:57 +0200 Subject: [PATCH] ignore lgtm [py/not-named-self] --- tiingo/wsclient.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tiingo/wsclient.py b/tiingo/wsclient.py index ca722d2..ffeefe3 100644 --- a/tiingo/wsclient.py +++ b/tiingo/wsclient.py @@ -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 \ No newline at end of file + def on_close(ws): # lgtm[py/not-named-self] + pass