Skip to content

Commit

Permalink
fix API regression
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Oct 19, 2024
1 parent da7467e commit d6dad63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boa/interpret.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
from boa.explorer import Etherscan, get_etherscan
from boa.rpc import json
from boa.util.abi import Address
from boa.util.disk_cache import get_disk_cache
# export set_cache_dir, NOTE: consider moving to boa/__init__.py
from boa.util.disk_cache import get_disk_cache, set_cache_dir # noqa: F401

if TYPE_CHECKING:
from vyper.semantics.analysis.base import ImportInfo
Expand Down

0 comments on commit d6dad63

Please sign in to comment.