pep8: isort

This commit is contained in:
William Ballenthin
2020-07-02 10:52:05 -06:00
parent 5fda3c467f
commit 1188103d1c
36 changed files with 79 additions and 135 deletions

View File

@@ -3,8 +3,8 @@ import textwrap
import pytest
import capa.rules
from capa.features.insn import Number, Offset
from capa.features import String
from capa.features.insn import Number, Offset
def test_rule_ctor():