aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_cleanup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_cleanup.py')
-rwxr-xr-xpython/fatcat_cleanup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/fatcat_cleanup.py b/python/fatcat_cleanup.py
index 8bcc2ea9..b8d0ee4d 100755
--- a/python/fatcat_cleanup.py
+++ b/python/fatcat_cleanup.py
@@ -7,8 +7,7 @@ import sys
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 FileCleaner, JsonLinePusher
# Yep, a global. Gets DSN from `SENTRY_DSN` environment variable
sentry_client = raven.Client()