Skip to content

Commit

Permalink
fix imports?
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium committed Jul 25, 2023
1 parent 3481d4a commit bdc8129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bal_addresses/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .addresses import AddrBook
from . permissions import BalPermissions
from .permissions import BalPermissions
2 changes: 1 addition & 1 deletion bal_addresses/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from web3 import Web3
import requests
from dotmap import DotMap
from bal_addresses import AddrBook
from .addresses import AddrBook
from collections import defaultdict
from munch import Munch

Expand Down

0 comments on commit bdc8129

Please sign in to comment.