fix ruff issues

This commit is contained in:
Willi Ballenthin
2023-07-06 17:49:40 +02:00
parent adbfb8db06
commit 47074fd129
42 changed files with 62 additions and 108 deletions

View File

@@ -13,8 +13,7 @@ import capa.engine
import capa.features.insn
import capa.features.common
from capa.rules import Scope
from capa.features.insn import *
from capa.features.common import *
from capa.features.common import MatchedRule, String, OS, OS_ANY, OS_WINDOWS
def match(rules, features, va, scope=Scope.FUNCTION):