aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/cleanups/files.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_tools/cleanups/files.py')
-rw-r--r--python/fatcat_tools/cleanups/files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/cleanups/files.py b/python/fatcat_tools/cleanups/files.py
index 10dd45cc..0d275ba6 100644
--- a/python/fatcat_tools/cleanups/files.py
+++ b/python/fatcat_tools/cleanups/files.py
@@ -1,6 +1,6 @@
-from fatcat_openapi_client.rest import ApiException
from fatcat_openapi_client.models import FileEntity
+from fatcat_openapi_client.rest import ApiException
from .common import EntityCleaner