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 199e99e commit 679f05cCopy full SHA for 679f05c
labelbox/schema/project.py
@@ -215,7 +215,7 @@ def get_resource_tags(self) -> List[ResourceTag]:
215
name
216
resourceTags {%s}
217
}
218
- }""" % (query.results_query_part(self.ResourceTag))
+ }""" % (query.results_query_part(ResourceTag))
219
220
results = self.client.execute(
221
query_str, {"projectId": self.uid})['project']['resourceTags']
0 commit comments