Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Apr 19, 2024
1 parent fd1f7eb commit 8c5dcc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dank_mids/brownie_patch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@

if network.is_connected():
from dank_mids.brownie_patch.contract import Contract, patch_contract
from web3.eth import AsyncEth as _AsyncEth

dank_web3 = setup_dank_w3_from_sync(web3)
dank_eth: _AsyncEth = dank_web3.eth
dank_eth = dank_web3.eth

__all__ += ["Contract", "patch_contract", "dank_web3", "dank_eth"]

0 comments on commit 8c5dcc7

Please sign in to comment.