Skip to content

Commit 724b042

Browse files
author
Matt Sokoloff
committed
fix import bug
1 parent 518c638 commit 724b042

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

labelbox/schema/role.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
from dataclasses import dataclass
2-
from typing import TYPE_CHECKING
32

43
from labelbox.orm.model import Field
54
from labelbox.orm.db_object import DbObject
6-
7-
if TYPE_CHECKING:
8-
from labelbox.schema.project import Project
5+
from labelbox.schema.project import Project
96

107

118
class Roles:

0 commit comments

Comments
 (0)