Skip to content

Commit

Permalink
docs: fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreteles committed Sep 24, 2024
1 parent e868d33 commit d2428f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions TikTok/Queries/Video.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ async def comments(
Returns:
Video.VideoCommentResponseModel: The response model containing the video comments.
Raises:
ValueError: If video_id is not a positive integer.
"""
return await self._fetch_data(
url=self.query.endpoints.VideoCommentsURL,
Expand Down
1 change: 1 addition & 0 deletions TikTok/ValidationModels/RestAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class APIEndpoints(BaseRequestModel):
UserFollowersURL (HttpUrl): The URL for retrieving followers of a specified user.
PlaylistInfoURL (HttpUrl): The URL for retrieving information about a specific playlist.
VideoSearchURL (HttpUrl): The URL for searching videos based on specified criteria.
VideoCommentsURL (HttpUrl): The URL for retrieving comments for a specific video.
"""

OAuthTokenRequestURL: HttpUrl = (
Expand Down

0 comments on commit d2428f6

Please sign in to comment.