remove type hint to make CI happy

This commit is contained in:
DoomedRaven
2020-12-08 21:46:39 +01:00
parent b1bbded23c
commit e158e3f13c

View File

@@ -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)