Exceptions and type handling done
This commit is contained in:
@@ -62,8 +62,4 @@ class SearchResultsPhoto(BaseModel):
|
||||
|
||||
class SearchResultsVideo(BaseModel):
|
||||
results: List[VideoSearch]
|
||||
next_page: Union[str, None]
|
||||
|
||||
|
||||
class EmailConfirmed(BaseModel):
|
||||
detail: str
|
||||
next_page: Union[str, None]
|
Reference in New Issue
Block a user