Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silviogutierrez committed Nov 30, 2023
1 parent da4bf82 commit efbd173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactivated/serialization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ class UUIDFieldType:
@classmethod
def get_json_schema(
Proxy: Type["UUIDFieldType"],
Type: models.UUIDField[Any, Any],
Type: "models.UUIDField[Any, Any]",
definitions: Definitions,
) -> "Thing":
return Thing(
Expand Down

0 comments on commit efbd173

Please sign in to comment.