We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43af8fa commit 976f644Copy full SHA for 976f644
labelbox/schema/project.py
@@ -877,7 +877,7 @@ class LabelingParameterOverride(DbObject):
877
878
LabelerPerformance = namedtuple(
879
"LabelerPerformance", "user count seconds_per_label, total_time_labeling "
880
- "consensus average_benchmark_agreement last_activity_time")
+ "consensus average_benchmark_agreement last_activity_time")
881
LabelerPerformance.__doc__ = (
882
"Named tuple containing info about a labeler's performance.")
883
tests/integration/test_batch.py
0 commit comments