Revert "minor LGTM fixes"

This reverts commit f10c2eff7d.
albatross
Adeeb Shihadeh 2020-05-29 11:10:48 -07:00
parent f10c2eff7d
commit 6230f366c5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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