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 aeff029 commit 5fdaeb4Copy full SHA for 5fdaeb4
labelbox/schema/project.py
@@ -18,8 +18,6 @@
18
from labelbox.orm.model import Entity, Field, Relationship
19
from labelbox.pagination import PaginatedCollection
20
21
-logger = logging.getLogger(__name__)
22
-
23
try:
24
datetime.fromisoformat # type: ignore[attr-defined]
25
except AttributeError:
@@ -31,6 +29,8 @@
31
29
except ImportError:
32
30
pass
33
+logger = logging.getLogger(__name__)
+
34
35
class Project(DbObject, Updateable, Deletable):
36
""" A Project is a container that includes a labeling frontend, an ontology,
0 commit comments