Skip to content

Commit

Permalink
fix: Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 15, 2024
1 parent bdac2d3 commit 21f1e6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandora/workers/virustotal.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def __init__(self, module: str, worker_id: int, cache: str, timeout: str,
if not self.apikey:
self.disabled = True
self.logger.warning('Disabled, missing apikey.')
return

async def get_json_vt(self, sha256: str) -> dict[str, Any]:
async with vt.Client(self.apikey, agent=get_useragent_for_requests()) as client:
Expand Down

0 comments on commit 21f1e6d

Please sign in to comment.