mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 10:48:51 +00:00
fix lints after sync with master
This commit is contained in:
parent
72e123e319
commit
7f57fccefb
9 changed files with 17 additions and 16 deletions
|
|
@ -69,7 +69,6 @@ import sys
|
|||
import logging
|
||||
import os.path
|
||||
import argparse
|
||||
from typing import cast
|
||||
|
||||
import capa.main
|
||||
import capa.rules
|
||||
|
|
@ -104,7 +103,7 @@ def main(argv=None):
|
|||
capa.main.handle_common_args(args)
|
||||
|
||||
try:
|
||||
taste = capa.helpers.get_file_taste(args.sample)
|
||||
_ = capa.helpers.get_file_taste(args.sample)
|
||||
except IOError as e:
|
||||
logger.error("%s", str(e))
|
||||
return -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue