Skip to content

Commit 77e9f80

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 77f87b4 commit 77e9f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def project(self, project_id):
8787
return Project(self.__api_key, {}, self.model_format)
8888

8989
if not project_id:
90-
raise RuntimeError(f"Project id is required but none was specified.")
90+
raise RuntimeError("Project id is required but none was specified.")
9191

9292
if "/" in project_id:
9393
raise RuntimeError(f"{project_id=} cannot contain a '/', use workspace argument to change the URL.")

0 commit comments

Comments
 (0)