From efcc947482e9f281bb9c3f3484c29d2c8deffe09 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Nov 2021 16:44:42 -0700 Subject: cleanups: create a separate JsonLinePusher for cleanup workers (distinct base class) --- python/fatcat_cleanup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/fatcat_cleanup.py') 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() -- cgit v1.2.3