Skip to content
Snippets Groups Projects
Commit 252c36db1f4c authored by Laurent Peuch's avatar Laurent Peuch
Browse files

style: remove unused imports

parent af8d21314267
No related branches found
No related tags found
1 merge request!55feat: run pyupgrade
Pipeline #168752 passed with warnings
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
import uuid import uuid
from logging import getLogger from logging import getLogger
from six import PY3
import os import os
import boto3 import boto3
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
from contextlib import contextmanager from contextlib import contextmanager
from unittest.mock import patch from unittest.mock import patch
from six import PY3
from cubicweb.server.sources import storages from cubicweb.server.sources import storages
from cubicweb.devtools.testlib import CubicWebTC from cubicweb.devtools.testlib import CubicWebTC
from cubicweb import Binary from cubicweb import Binary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment