Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2022-04-06 23:15:03 -07:00
parent 7e536090ad
commit d81e82cf9c
5 changed files with 0 additions and 5 deletions

View File

@ -38,7 +38,6 @@ class UserResultsPage:
d = src_dict.copy()
from ...models import User
items = cast(List[User], d.pop("items", UNSET))
items = cast(List[User], d.pop("items", UNSET))
next_page = d.pop("next_page", UNSET)