From 600ad67925a748200ddf21d5aeabd157d2bb3664 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 13:35:36 -0700 Subject: start handling trivial lint cleanups: unused imports, 'is None', etc --- python/sandcrawler/workers.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/sandcrawler/workers.py') diff --git a/python/sandcrawler/workers.py b/python/sandcrawler/workers.py index 7135f4c..8c604fb 100644 --- a/python/sandcrawler/workers.py +++ b/python/sandcrawler/workers.py @@ -116,7 +116,6 @@ class SandcrawlerFetchWorker(SandcrawlerWorker): self.wayback_client = wayback_client def fetch_blob(self, record): - start_process = time.time() default_key = record['sha1hex'] wayback_sec = None petabox_sec = None -- cgit v1.2.3