From 90c232133d26a02ba06373f9bd1ea5fc1e029f19 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 3 Jul 2024 10:46:16 +0200 Subject: [PATCH] Fix Project API docs --- python/hopsworks/core/project_api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/hopsworks/core/project_api.py b/python/hopsworks/core/project_api.py index db36a5935..46e8a3df9 100644 --- a/python/hopsworks/core/project_api.py +++ b/python/hopsworks/core/project_api.py @@ -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)