Skip to content

Commit

Permalink
Reformat imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronatp authored Mar 20, 2024
1 parent 78d0efc commit 681e6c3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions capa/capabilities/domain_ip_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@

from capa.helpers import get_auto_format
from capa.exceptions import UnsupportedFormatError
from capa.features.common import (
FORMAT_CAPE,
FORMAT_DOTNET,
FORMAT_FREEZE,
FORMAT_UNKNOWN,
)
from capa.features.common import FORMAT_CAPE, FORMAT_DOTNET, FORMAT_FREEZE, FORMAT_UNKNOWN
from capa.render.result_document import ResultDocument
from capa.features.extractors.base_extractor import FeatureExtractor

Expand Down

0 comments on commit 681e6c3

Please sign in to comment.