minor LGTM fixes

albatross
Adeeb Shihadeh 2020-05-29 00:44:27 -07:00
parent 34b9b5e849
commit f10c2eff7d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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