minor LGTM fixes

old-commit-hash: f10c2eff7d8bbbaab62f1fc3712309a29558be07
This commit is contained in:
Adeeb Shihadeh
2020-05-29 00:44:27 -07:00
parent a476d51333
commit dc81f74851
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