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 78f87a7 commit bc39734Copy full SHA for bc39734
labelbox/schema/queue_mode.py
@@ -1,9 +1,5 @@
1
from enum import Enum
2
3
-import logging
4
-
5
-logger = logging.getLogger(__name__)
6
7
8
class QueueMode(str, Enum):
9
Batch = "BATCHES"
0 commit comments