Skip to content

Commit

Permalink
fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium committed Jul 27, 2023
1 parent 569baf4 commit 00aba55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bal_addresses/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .addresses import AddrBook, GITHUB_DEPLOYMENTS_RAW, GITHUB_DEPLOYMENTS_NICE, GITHUB_RAW_OUTPUTS, GITHUB_RAW_EXTRA
from .permissions import BalPermissions
from .errors import Errors
from .errors import Errors
2 changes: 1 addition & 1 deletion bal_addresses/addresses.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import json
from errors import Errors
from bal_addresses import Errors
from typing import Dict
from typing import Optional

Expand Down
2 changes: 1 addition & 1 deletion bal_addresses/permissions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from errors import Errors
from bal_addresses import Errors
import requests
from dotmap import DotMap
from bal_addresses import AddrBook, GITHUB_DEPLOYMENTS_RAW, GITHUB_RAW_OUTPUTS
Expand Down

0 comments on commit 00aba55

Please sign in to comment.