mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 23:26:21 -08:00
fix linting issues
This commit is contained in:
@@ -127,7 +127,6 @@ def test_rule_descriptions():
|
||||
|
||||
def rec(statement):
|
||||
if isinstance(statement, capa.engine.Statement):
|
||||
print(statement.description)
|
||||
assert statement.description == statement.name.lower() + " description"
|
||||
for child in statement.get_children():
|
||||
rec(child)
|
||||
|
||||
Reference in New Issue
Block a user