aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/clean_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/clean_files.py')
-rw-r--r--python/tests/clean_files.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/tests/clean_files.py b/python/tests/clean_files.py
index f752bc2c..c8b935bb 100644
--- a/python/tests/clean_files.py
+++ b/python/tests/clean_files.py
@@ -1,11 +1,12 @@
import copy
-import pytest
-from fatcat_tools.cleanups import FileCleaner
+import pytest
from fatcat_openapi_client import *
from fixtures import *
+from fatcat_tools.cleanups import FileCleaner
+
@pytest.fixture(scope="function")
def file_cleaner(api):