aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_cleanup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_cleanup.py')
-rwxr-xr-xpython/fatcat_cleanup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/fatcat_cleanup.py b/python/fatcat_cleanup.py
index 4e11139e..04ee2bd9 100755
--- a/python/fatcat_cleanup.py
+++ b/python/fatcat_cleanup.py
@@ -1,14 +1,14 @@
#!/usr/bin/env python3
+import argparse
import os
import sys
-import argparse
+
import raven
from fatcat_tools import authenticated_api
+from fatcat_tools.cleanups import FileCleaner
from fatcat_tools.importers import JsonLinePusher
-from fatcat_tools.cleanups import *
-
# Yep, a global. Gets DSN from `SENTRY_DSN` environment variable
sentry_client = raven.Client()