Skip to content

Commit 4d0c20e

Browse files
Merge pull request #562 from Labelbox/ze/remove_reviews_from_project
Ze/remove reviews from project
2 parents 8f4a839 + 899a7bf commit 4d0c20e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labelbox/schema/project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class Project(DbObject, Updateable, Deletable):
5656
datasets (Relationship): `ToMany` relationship to Dataset
5757
created_by (Relationship): `ToOne` relationship to User
5858
organization (Relationship): `ToOne` relationship to Organization
59-
reviews (Relationship): `ToMany` relationship to Review
6059
labeling_frontend (Relationship): `ToOne` relationship to LabelingFrontend
6160
labeling_frontend_options (Relationship): `ToMany` relationship to LabelingFrontendOptions
6261
labeling_parameter_overrides (Relationship): `ToMany` relationship to LabelingParameterOverride

0 commit comments

Comments
 (0)