Skip to content

Commit

Permalink
Limit paths that typeguard checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jan 6, 2020
1 parent 5afa862 commit 254c6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manticore/ethereum/manticore.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from typeguard.importhook import install_import_hook

install_import_hook("manticore")
install_import_hook("manticore.platforms.evm")
install_import_hook("manticore.platforms.evm_world_state")

import copy
import itertools
Expand Down

0 comments on commit 254c6c8

Please sign in to comment.