Skip to content

Commit 679f05c

Browse files
committed
Fix return type
1 parent 199e99e commit 679f05c

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
@@ -215,7 +215,7 @@ def get_resource_tags(self) -> List[ResourceTag]:
215215
name
216216
resourceTags {%s}
217217
}
218-
}""" % (query.results_query_part(self.ResourceTag))
218+
}""" % (query.results_query_part(ResourceTag))
219219

220220
results = self.client.execute(
221221
query_str, {"projectId": self.uid})['project']['resourceTags']

0 commit comments

Comments
 (0)