Skip to content

Commit bc39734

Browse files
committed
[QQC-506] Remove logging from queue_mode
1 parent 78f87a7 commit bc39734

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

labelbox/schema/queue_mode.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
from enum import Enum
22

3-
import logging
4-
5-
logger = logging.getLogger(__name__)
6-
73

84
class QueueMode(str, Enum):
95
Batch = "BATCHES"

0 commit comments

Comments
 (0)