drop stray tearDown

This commit is contained in:
Mike McLean 2024-07-11 11:29:46 -04:00 committed by Tomas Kopecek
parent d7bbc037f5
commit 1c3b430e02

View file

@ -43,8 +43,6 @@ class CliTestCase(unittest.TestCase):
STDOUT = sys.stdout
STDERR = sys.stderr
def tearDown(self):
mock.patch.stopall()
#
# private methods
#