Skip to content

Commit

Permalink
fix: missing import (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 30, 2024
1 parent 84524d4 commit eef70af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions y/contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import dank_mids
import eth_retry
from brownie import ZERO_ADDRESS, chain, web3
from brownie._config import CONFIG
from brownie.exceptions import CompilerError, ContractNotFound
from brownie.network.contract import (
ContractEvents,
Expand Down

0 comments on commit eef70af

Please sign in to comment.