Skip to content

Commit

Permalink
fix: pydantic import
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 12, 2023
1 parent 58e9ece commit c148e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_addressbook/addressbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ape.types import AddressType
from ape.utils import ManagerAccessMixin
from eth_utils import is_checksum_address, to_checksum_address
from pydantic import root_validator
from ape._pydantic_compat import root_validator


def _validate_entries(entries: Dict) -> Dict:
Expand Down

0 comments on commit c148e6e

Please sign in to comment.