diff --git a/tests/test_ida_features.py b/tests/test_ida_features.py index a568606a..d0a4a67d 100644 --- a/tests/test_ida_features.py +++ b/tests/test_ida_features.py @@ -37,7 +37,7 @@ def check_input_file(wanted): def get_ida_extractor(_path): check_input_file("5f66b82558ca92e54e77f216ef4c066c") - # have to import import this inline so pytest doesn't bail outside of IDA + # have to import this inline so pytest doesn't bail outside of IDA import capa.features.extractors.ida.extractor return capa.features.extractors.ida.extractor.IdaFeatureExtractor()