mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
remove type hint to make CI happy
This commit is contained in:
@@ -188,7 +188,7 @@ def render_dictionary(doc):
|
||||
|
||||
|
||||
# ==== render dictionary helpers
|
||||
def capa_details(file_path: str, output_format: str = "dictionary") -> dict:
|
||||
def capa_details(file_path, output_format="dictionary"):
|
||||
|
||||
# extract features and find capabilities
|
||||
extractor = capa.main.get_extractor(file_path, "auto", disable_progress=True)
|
||||
|
||||
Reference in New Issue
Block a user