Skip to content

Commit fe99d9d

Browse files
committed
cvlib/context: remove unused imports
Change-Id: I4ebb2a362de5ad758f70e6564ebc812c922934fb
1 parent cf3858d commit fe99d9d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cloudvision/cvlib/context.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import json
66
import signal
7-
import ssl
87
from collections.abc import Callable
98
from enum import IntEnum
109
from logging import getLogger
@@ -30,7 +29,6 @@
3029
BUILD_ID_ARG,
3130
STUDIO_ID_ARG,
3231
STUDIO_IDS_ARG,
33-
TIMEOUT_REQUEST,
3432
TIMEOUT_REQUEST_DI,
3533
WORKSPACE_ID_ARG,
3634
)

0 commit comments

Comments
 (0)