Update capa/features/freeze/__init__.py

This commit is contained in:
Willi Ballenthin
2023-08-22 09:31:35 +02:00
committed by GitHub
parent ee936f9257
commit e5af7165ea

View File

@@ -335,7 +335,6 @@ def dumps_static(extractor: StaticFeatureExtractor) -> str:
"""
serialize the given extractor to a string
"""
assert isinstance(extractor, StaticFeatureExtractor)
global_features: List[GlobalFeature] = []
for feature, _ in extractor.extract_global_features():
global_features.append(