Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__pycache__/
dist/
.idea
.kagent-context/
.claude/
4 changes: 2 additions & 2 deletions kagglesdk/search/types/search_api_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ class ApiSearchUsersFilters(KaggleObject):

Attributes:
user_locations (str)
Filter to users that have one of the the specified locations. Expects the
Filter to users that have one of the specified locations. Expects the
format: 'city, region, country' for each.
tier (UserAchievementTier)
Filter to users that have the specified performance tier.
Expand Down Expand Up @@ -1203,7 +1203,7 @@ def __init__(self):
@property
def user_locations(self) -> Optional[List[str]]:
r"""
Filter to users that have one of the the specified locations. Expects the
Filter to users that have one of the specified locations. Expects the
format: 'city, region, country' for each.
"""
return self._user_locations
Expand Down