From 9a4812223e6c9ef3ca1cf6feb2b6c0ea7363a2ef Mon Sep 17 00:00:00 2001 From: Jonathan Leroy Date: Sat, 31 Oct 2020 20:19:09 +0100 Subject: [PATCH] Add missing empty line --- tests/test_octodns_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_octodns_manager.py b/tests/test_octodns_manager.py index 3106b07..6affa17 100644 --- a/tests/test_octodns_manager.py +++ b/tests/test_octodns_manager.py @@ -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):