Add missing empty line

This commit is contained in:
Jonathan Leroy
2020-10-31 20:19:09 +01:00
parent 038ae42284
commit 9a4812223e
+1
View File
@@ -348,6 +348,7 @@ class TestManager(TestCase):
with self.assertRaises(TypeError):
manager._populate_and_plan('unit.tests.', [NoZone()], [])
class TestMainThreadExecutor(TestCase):
def test_success(self):