From 60f348e310bb92e3de1e4ee99f766253dc7e567e Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 29 May 2020 11:10:48 -0700 Subject: [PATCH] Revert "minor LGTM fixes" This reverts commit 58d908531bfb28b46719d74121325a7e6548d98c. old-commit-hash: 6230f366c5f0b319755e537f4cc621f0805b270d --- common/spinner.py | 2 +- common/text_window.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/spinner.py b/common/spinner.py index da8084037e..370d54c815 100644 --- a/common/spinner.py +++ b/common/spinner.py @@ -40,7 +40,7 @@ class Spinner(): self.close() -class FakeSpinner(): +class FakeSpinner(Spinner): def __init__(self): pass diff --git a/common/text_window.py b/common/text_window.py index 0d94bc7470..50fdcb6440 100755 --- a/common/text_window.py +++ b/common/text_window.py @@ -43,7 +43,7 @@ class TextWindow(): self.close() -class FakeTextWindow(): +class FakeTextWindow(TextWindow): def __init__(self, s): pass