Skip to content

Commit 90c2321

Browse files
committed
Fix Project API docs
1 parent 6434724 commit 90c2321

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/hopsworks/core/project_api.py

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ def _exists(self, name: str):
2828
name: Name of the project.
2929
# Returns
3030
`bool`: True if project exists, otherwise False
31-
# Raises
32-
`RestAPIError`: If unable to check the existence of the project
3331
"""
3432
try:
3533
self._get_project(name)

0 commit comments

Comments
 (0)