aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/cleanups
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_tools/cleanups')
-rw-r--r--python/fatcat_tools/cleanups/common.py3
-rw-r--r--python/fatcat_tools/cleanups/files.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/python/fatcat_tools/cleanups/common.py b/python/fatcat_tools/cleanups/common.py
index 04e6ade4..d0fcc761 100644
--- a/python/fatcat_tools/cleanups/common.py
+++ b/python/fatcat_tools/cleanups/common.py
@@ -1,10 +1,11 @@
-import json
import copy
+import json
import subprocess
from collections import Counter
from fatcat_openapi_client import ApiClient, Editgroup
+
from fatcat_tools.transforms import entity_from_dict, entity_to_dict
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