Skip to content

Commit

Permalink
Convert to relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedDevil committed Oct 10, 2024
1 parent 19ecf0c commit dc265ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/degenbot/registry/all_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from eth_utils.address import to_checksum_address
from typing_extensions import Self

from degenbot.exceptions import DegenbotValueError, RegistryAlreadyInitialized
from ..exceptions import DegenbotValueError, RegistryAlreadyInitialized

if TYPE_CHECKING:
from ..erc20_token import Erc20Token
Expand Down

0 comments on commit dc265ab

Please sign in to comment.