File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
labelbox/data/annotation_types Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,6 @@ class Dropdown(_TempName):
8282 answer : List [ClassificationAnswer ]
8383
8484 def __init__ (self , ** data : Any ):
85+ super ().__init__ (** data )
8586 warnings .warn ("Dropdown classification is deprecated and will be "
8687 "removed in a future release" )
87- super ().__init__ (** data )
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ def __repr__(self) -> str:
187187
188188 class Config :
189189 # Required for sharing references
190- copy_on_model_validation = False
190+ copy_on_model_validation = 'none'
191191 # Required for discriminating between data types
192192 extra = 'forbid'
193193
Original file line number Diff line number Diff line change 11[pytest]
2- addopts = -s -vv -x --reruns 5 --reruns-delay 10 --durations =100
2+ addopts = -s -vv -x --reruns 5 --reruns-delay 10 --durations =20
33markers =
44 slow: marks tests as slow (deselect with ' -m "not slow"' )
You can’t perform that action at this time.
0 commit comments