Skip to content

Commit

Permalink
fix: import from correct spot
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 24, 2024
1 parent bd16ed0 commit e6f39a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/py/apepay/factory.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from typing import Any

from ape.contracts import ContractInstance
from ape.types import AddressType, BaseInterfaceModel
from ape.utils import ZERO_ADDRESS
from ape.types import AddressType
from ape.utils import ZERO_ADDRESS, BaseInterfaceModel
from pydantic import field_validator

from .exceptions import ManagerDoesNotExist, NoFactoryAvailable
Expand Down

0 comments on commit e6f39a5

Please sign in to comment.