Skip to content

Commit

Permalink
chore: issue#11-support ♻️ Ensure mypy is happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Nov 10, 2023
1 parent eaa12f2 commit 4c04a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_changedetect/changedetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def model_restore_value(cls, value: Any, /) -> Any:
return value

def model_restore_original(
self,
self: "Model",
) -> "Model":
"""Restore original state of a ChangeDetectionMixin object."""

Expand Down

0 comments on commit 4c04a55

Please sign in to comment.