File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ class LabelingFrontend(DbObject):
2020 description = Field .String ("description" )
2121 iframe_url_path = Field .String ("iframe_url_path" )
2222
23- # TODO other fields and relationships
24- projects = Relationship .ToMany ("Project" , True )
25-
2623
2724class LabelingFrontendOptions (DbObject ):
2825 """ Label interface options.
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ def test_labeling_frontend_connecting_to_project(project):
2222
2323 project .labeling_frontend .connect (frontend )
2424 assert project .labeling_frontend () == frontend
25- assert project in set (frontend .projects ())
2625
2726 project .labeling_frontend .disconnect (frontend )
2827 assert project .labeling_frontend () == None
29- assert project not in set (frontend .projects ())
You can’t perform that action at this time.
0 commit comments