Skip to content

Commit

Permalink
freeze: remove unused import (#1969)
Browse files Browse the repository at this point in the history
* freeze: remove unused import

potentially causing circular import errors

---------

Co-authored-by: Moritz <[email protected]>
  • Loading branch information
williballenthin and mr-tz authored Feb 1, 2024
1 parent 9adb669 commit 2a59284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

### Bug Fixes

- fix potentially circular import errors #1969 @williballenthin

### capa explorer IDA Pro plugin

### Development
Expand Down
1 change: 0 additions & 1 deletion capa/features/freeze/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a59284

Please sign in to comment.