Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs committed Dec 18, 2024
1 parent 02ecb45 commit b9aa930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_pydantic_types/hex.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class BoundHexStr(BaseHexStr):
calculate_schema: ClassVar[bool] = True

@classmethod
def __get_pydantic_core_schema__(cls, value, handler=None) -> CoreSchema:
def __get_pydantic_core_schema__(cls, value, handler=None) -> "CoreSchema":
str_size = cls.size * 2 + 2
return with_info_before_validator_function(
cls.__eth_pydantic_validate__,
Expand Down

0 comments on commit b9aa930

Please sign in to comment.