From 899a7bf9f7643598fecc82f917b569b73ecd5226 Mon Sep 17 00:00:00 2001 From: ezekielemerson <91079021+ezekielemerson@users.noreply.github.com> Date: Tue, 3 May 2022 11:36:04 -0400 Subject: [PATCH] removed reviews from project attributes --- labelbox/schema/project.py | 1 - 1 file changed, 1 deletion(-) diff --git a/labelbox/schema/project.py b/labelbox/schema/project.py index 31b2af319..013b8d1ea 100644 --- a/labelbox/schema/project.py +++ b/labelbox/schema/project.py @@ -55,7 +55,6 @@ class Project(DbObject, Updateable, Deletable): datasets (Relationship): `ToMany` relationship to Dataset created_by (Relationship): `ToOne` relationship to User organization (Relationship): `ToOne` relationship to Organization - reviews (Relationship): `ToMany` relationship to Review labeling_frontend (Relationship): `ToOne` relationship to LabelingFrontend labeling_frontend_options (Relationship): `ToMany` relationship to LabelingFrontendOptions labeling_parameter_overrides (Relationship): `ToMany` relationship to LabelingParameterOverride