aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_base.py
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-10-14 15:18:44 +0000
committerGravatar GitHub <[email protected]>2021-10-14 15:18:44 +0000
commitf9e9dca8edadb0029fcdac309115f833114ec536 (patch)
treece1a46f5eb33f743ef8f5584082b3be22f5d576c /tests/test_base.py
parentRemove flake8-import-order (diff)
ISort: give the codebase a sort
Diffstat (limited to 'tests/test_base.py')
-rw-r--r--tests/test_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_base.py b/tests/test_base.py
index a7db4bf3e..7dd5dfac4 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -2,7 +2,6 @@ import logging
import unittest
import unittest.mock
-
from tests.base import LoggingTestsMixin, _CaptureLogHandler