Skip to content

Commit

Permalink
Fix Project API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Jul 5, 2024
1 parent 6434724 commit 90c2321
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/hopsworks/core/project_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ def _exists(self, name: str):
name: Name of the project.
# Returns
`bool`: True if project exists, otherwise False
# Raises
`RestAPIError`: If unable to check the existence of the project
"""
try:
self._get_project(name)
Expand Down

0 comments on commit 90c2321

Please sign in to comment.