Skip to content

Commit

Permalink
style(capa2sarif): isort failing due to reordering of typehint imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ReversingWithMe committed Jun 9, 2024
1 parent 85aeb1e commit 138cf74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/capa2sarif.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@
import logging
import sys
from pathlib import Path

from capa.version import __version__

from typing import List, Optional

from capa.version import __version__

logger = logging.getLogger("capa2sarif")

Expand Down

0 comments on commit 138cf74

Please sign in to comment.