Skip to content

Commit

Permalink
Merge pull request #17 from tarsil/fix/uuid_representation
Browse files Browse the repository at this point in the history
Fix/UUID representation
  • Loading branch information
tarsil authored Nov 20, 2023
2 parents 498f849 + 12f36ce commit bee3b7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mongoz/core/db/fields/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ def __new__(cls, **kwargs: Any) -> BaseField: # type: ignore
**kwargs,
**{k: v for k, v in locals().items() if k not in CLASS_DEFAULTS},
}

return super().__new__(cls, **kwargs)


Expand Down

0 comments on commit bee3b7d

Please sign in to comment.