diff options
author | 2021-10-14 15:18:44 +0000 | |
---|---|---|
committer | 2021-10-14 15:18:44 +0000 | |
commit | f9e9dca8edadb0029fcdac309115f833114ec536 (patch) | |
tree | ce1a46f5eb33f743ef8f5584082b3be22f5d576c /tests/__init__.py | |
parent | Remove flake8-import-order (diff) |
ISort: give the codebase a sort
Diffstat (limited to 'tests/__init__.py')
-rw-r--r-- | tests/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index 2228110ad..f5b83a261 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,4 @@ import logging - log = logging.getLogger() log.setLevel(logging.CRITICAL) |