Skip to content

Commit

Permalink
Fix cyclic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Aug 17, 2024
1 parent facc907 commit b03dd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythril/mythril/mythril_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from mythril.support.start_time import StartTime
from mythril.support.support_args import args

from . import MythrilDisassembler
from .mythril_disassembler import MythrilDisassembler

log = logging.getLogger(__name__)

Expand Down

0 comments on commit b03dd91

Please sign in to comment.