From 6932df356412640a9deeab736f07d5c22092e13d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 2 Jan 2023 13:58:15 -0500 Subject: [PATCH] spelling: import Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/test_ida_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()