From 2a59284621ec5b162a13e3208036ca55afbaea40 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 1 Feb 2024 19:41:44 +0100 Subject: [PATCH] freeze: remove unused import (#1969) * freeze: remove unused import potentially causing circular import errors --------- Co-authored-by: Moritz --- CHANGELOG.md | 2 ++ capa/features/freeze/__init__.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8239853..2b8f119c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ ### Bug Fixes +- fix potentially circular import errors #1969 @williballenthin + ### capa explorer IDA Pro plugin ### Development diff --git a/capa/features/freeze/__init__.py b/capa/features/freeze/__init__.py index 258ba07a8..44d40cd19 100644 --- a/capa/features/freeze/__init__.py +++ b/capa/features/freeze/__init__.py @@ -22,7 +22,6 @@ # https://github.com/mandiant/capa/issues/1699 from typing_extensions import TypeAlias -import capa.loader import capa.helpers import capa.version import capa.features.file