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):
20
20
description = Field .String ("description" )
21
21
iframe_url_path = Field .String ("iframe_url_path" )
22
22
23
- # TODO other fields and relationships
24
- projects = Relationship .ToMany ("Project" , True )
25
-
26
23
27
24
class LabelingFrontendOptions (DbObject ):
28
25
""" 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):
22
22
23
23
project .labeling_frontend .connect (frontend )
24
24
assert project .labeling_frontend () == frontend
25
- assert project in set (frontend .projects ())
26
25
27
26
project .labeling_frontend .disconnect (frontend )
28
27
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