Update capa/features/freeze/__init__.py

Co-authored-by: Willi Ballenthin <wballenthin@google.com>
This commit is contained in:
Yacine
2023-08-28 15:40:31 +02:00
committed by GitHub
parent 9eb88e6ca7
commit 9dc457e61e

View File

@@ -53,7 +53,6 @@ class AddressType(str, Enum):
PROCESS = "process"
THREAD = "thread"
CALL = "call"
DYNAMIC = "dynamic"
NO_ADDRESS = "no address"