Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
validator instead of validate
  • Loading branch information
samuelduchesne authored Jan 19, 2024
1 parent 8d94fd2 commit 386674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archetypal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
try:
from pydantic import field_validator
except ImportError:
from pydantic import validate as field_validator
from pydantic import validator as field_validator


class ZoneWeight(object):
Expand Down

0 comments on commit 386674b

Please sign in to comment.