Revert "minor LGTM fixes"

This reverts commit 58d908531bfb28b46719d74121325a7e6548d98c.

old-commit-hash: 6230f366c5
This commit is contained in:
Adeeb Shihadeh
2020-05-29 11:10:48 -07:00
parent dc81f74851
commit 60f348e310
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class Spinner():
self.close()
class FakeSpinner():
class FakeSpinner(Spinner):
def __init__(self):
pass
+1 -1
View File
@@ -43,7 +43,7 @@ class TextWindow():
self.close()
class FakeTextWindow():
class FakeTextWindow(TextWindow):
def __init__(self, s):
pass