From aa6e41fa33bd1e0a321acb2e07a701e996a3652e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 18:21:42 -0700 Subject: small type annotation hack --- python/sandcrawler/ingest_fileset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/sandcrawler/ingest_fileset.py') diff --git a/python/sandcrawler/ingest_fileset.py b/python/sandcrawler/ingest_fileset.py index 29a9ebd..47a19b8 100644 --- a/python/sandcrawler/ingest_fileset.py +++ b/python/sandcrawler/ingest_fileset.py @@ -382,7 +382,7 @@ class IngestFilesetWorker(IngestFileWorker): if result[ 'status'] == 'success-file' and archive_result.file_resource and archive_result.file_file_meta: - file_result = dict( + file_result: Dict[str, Any] = dict( hit=True, status='success', request=request.copy(), -- cgit v1.2.3