Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Aug 21, 2023
1 parent a3d68ef commit 989cd7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydantic/_internal/_generate_schema.py
Expand Up @@ -1498,7 +1498,6 @@ def _get_prepare_pydantic_annotations_for_known_type(
) -> tuple[Any, list[Any]] | None:
from ._std_types_schema import PREPARE_METHODS

# This check for hashability is only necessary for python 3.7
try:
hash(obj)
except TypeError:
Expand Down

0 comments on commit 989cd7e

Please sign in to comment.