Skip to content

Commit 0e307f2

Browse files
committed
removal of warning deprecation for 3.6
1 parent 5c5d6ec commit 0e307f2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

labelbox/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name = "labelbox"
22
__version__ = "3.22.1"
33

4-
import sys
5-
import warnings
6-
7-
if sys.version_info < (3, 7):
8-
warnings.warn("""Python 3.6 will no longer be actively supported
9-
starting 06/01/2022. Please upgrade to Python 3.7 or higher.""")
10-
114
from labelbox.client import Client
125
from labelbox.schema.project import Project
136
from labelbox.schema.model import Model

0 commit comments

Comments
 (0)