We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6434724 commit 90c2321Copy full SHA for 90c2321
python/hopsworks/core/project_api.py
@@ -28,8 +28,6 @@ def _exists(self, name: str):
28
name: Name of the project.
29
# Returns
30
`bool`: True if project exists, otherwise False
31
- # Raises
32
- `RestAPIError`: If unable to check the existence of the project
33
"""
34
try:
35
self._get_project(name)
0 commit comments