Skip to content

Commit 9f6655e

Browse files
author
Matt Sokoloff
committed
fix circular import
1 parent f69361a commit 9f6655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/role.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ class UserRole(Role):
6868

6969
@dataclass
7070
class ProjectRole:
71-
project: Project
71+
project: "Project"
7272
role: Role

0 commit comments

Comments
 (0)