From a8d9bc89834080c8235c3c039bc6601acc4466ad Mon Sep 17 00:00:00 2001 From: micafer Date: Thu, 29 Oct 2020 13:07:53 +0100 Subject: [PATCH] Fix style --- test/unit/test_im_logic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/test_im_logic.py b/test/unit/test_im_logic.py index 9672d99c3..e52d5c306 100755 --- a/test/unit/test_im_logic.py +++ b/test/unit/test_im_logic.py @@ -1250,7 +1250,6 @@ def test_inf_remove_two_clouds(self): self.assertEqual(cloud1.finalize.call_args_list[0][0][1], False) self.assertEqual(cloud1.finalize.call_args_list[1][0][1], True) - def test_create_async(self): """Create Inf. async.""" radl = RADL()