mirror of
https://github.com/mandiant/capa.git
synced 2025-12-23 07:28:34 -08:00
pep8
This commit is contained in:
@@ -766,7 +766,7 @@ def test_substring_feature():
|
|||||||
assert (Substring("abc") in children) == True
|
assert (Substring("abc") in children) == True
|
||||||
assert (Substring("def") in children) == True
|
assert (Substring("def") in children) == True
|
||||||
assert (Substring("gh\ni") in children) == True
|
assert (Substring("gh\ni") in children) == True
|
||||||
|
|
||||||
|
|
||||||
def test_substring_description():
|
def test_substring_description():
|
||||||
rule = textwrap.dedent(
|
rule = textwrap.dedent(
|
||||||
|
|||||||
Reference in New Issue
Block a user