Skip to content

Commit

Permalink
Fix packages import sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Feb 24, 2024
1 parent 39ba51f commit 393d5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/features/extractors/ida/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

import idc
import idaapi
import ida_nalt
import idautils
import ida_bytes
import ida_segment
import ida_nalt

from capa.features.address import AbsoluteVirtualAddress
from capa.features.extractors.base_extractor import FunctionHandle
Expand Down

0 comments on commit 393d5a6

Please sign in to comment.