Skip to content

Commit ed8351f

Browse files
authored
Merge pull request #228 from Labelbox/ms/remove-org-from-setup
remove org from lfo creation
2 parents 465b96f + 3b921c8 commit ed8351f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labelbox/schema/project.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,7 @@ def setup(self, labeling_frontend, labeling_frontend_options):
418418
LFO, {
419419
LFO.project: self,
420420
LFO.labeling_frontend: labeling_frontend,
421-
LFO.customization_options: labeling_frontend_options,
422-
LFO.organization: organization
421+
LFO.customization_options: labeling_frontend_options
423422
})
424423

425424
timestamp = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")

0 commit comments

Comments
 (0)