minor LGTM fixes

old-commit-hash: f10c2eff7d
commatwo_master
Adeeb Shihadeh 5 years ago
parent a476d51333
commit dc81f74851
  1. 2
      common/spinner.py
  2. 2
      common/text_window.py

@ -40,7 +40,7 @@ class Spinner():
self.close() self.close()
class FakeSpinner(Spinner): class FakeSpinner():
def __init__(self): def __init__(self):
pass pass

@ -43,7 +43,7 @@ class TextWindow():
self.close() self.close()
class FakeTextWindow(TextWindow): class FakeTextWindow():
def __init__(self, s): def __init__(self, s):
pass pass

Loading…
Cancel
Save