Skip to content

Commit 4e3ee23

Browse files
committed
Fix type hint
1 parent f76e9c7 commit 4e3ee23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def update_project_resource_tags(
206206
for tag in res["project"]["updateProjectResourceTags"]
207207
]
208208

209-
def get_resource_tags(self) -> list[ResourceTag]:
209+
def get_resource_tags(self) -> List[ResourceTag]:
210210
"""
211211
Returns tags for a project
212212
"""

0 commit comments

Comments
 (0)