mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 23:26:21 -08:00
Use isort 5
Run `isort --profile black --length-sort --line-width 120 .` Update documentation as well.
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
|
||||
import textwrap
|
||||
|
||||
from fixtures import *
|
||||
|
||||
import capa.main
|
||||
import capa.helpers
|
||||
import capa.features
|
||||
import capa.features.insn
|
||||
import capa.features.freeze
|
||||
import capa.features.extractors
|
||||
from fixtures import *
|
||||
|
||||
EXTRACTOR = capa.features.extractors.NullFeatureExtractor(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user