From 5a5545aa1480689cf881de522eac6a8941acf0d7 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Thu, 15 Jan 2026 12:34:43 -0700 Subject: [PATCH] ghidra: fix unit tests (#2812) * ghidra: fix unit tests * fix formatting --- tests/fixtures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fixtures.py b/tests/fixtures.py index bbe51e77..6f15d036 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -20,6 +20,7 @@ from functools import lru_cache import pytest +import capa.loader import capa.features.file import capa.features.insn import capa.features.common