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 518c638 commit 724b042Copy full SHA for 724b042
labelbox/schema/role.py
@@ -1,11 +1,8 @@
1
from dataclasses import dataclass
2
-from typing import TYPE_CHECKING
3
4
from labelbox.orm.model import Field
5
from labelbox.orm.db_object import DbObject
6
-
7
-if TYPE_CHECKING:
8
- from labelbox.schema.project import Project
+from labelbox.schema.project import Project
9
10
11
class Roles:
0 commit comments