@ -74,8 +74,10 @@ class VerificationToken:
|
||||
id: Union[Unset, Uuid]
|
||||
if isinstance(_id, Unset):
|
||||
id = UNSET
|
||||
if _id is None:
|
||||
id = UNSET
|
||||
else:
|
||||
id = _id # type: ignore[arg-type]
|
||||
id = _id
|
||||
|
||||
identifier = d.pop("identifier", UNSET)
|
||||
|
||||
|
Reference in New Issue
Block a user