From 616ceaea547394bdb5164112219eaf3e7dff4aa0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 15 Dec 2021 16:49:26 -0800 Subject: lint: ignore unused 'sentry_client' --- python/ingest_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ingest_tool.py b/python/ingest_tool.py index 0101283..ce3a59c 100755 --- a/python/ingest_tool.py +++ b/python/ingest_tool.py @@ -48,7 +48,7 @@ def run_requests(args): git_sha = raven.fetch_git_sha("..") except Exception: git_sha = None - sentry_client = raven.Client(release=git_sha) + sentry_client = raven.Client(release=git_sha) # noqa: # TODO: switch to using JsonLinePusher file_worker = IngestFileWorker( try_spn2=not args.no_spn2, -- cgit v1.2.3