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 fcafaa8 commit 02fa3d9Copy full SHA for 02fa3d9
src/superannotate/lib/infrastructure/services/annotation.py
@@ -124,14 +124,14 @@ async def get_big_annotation(
124
"annotation_type": "MAIN",
125
"version": "V1.00",
126
}
127
-
+ if transform_version:
128
+ query_params["transform_version"] = transform_version
129
await self._sync_large_annotation(
130
team_id=project.team_id,
131
project_id=project.id,
132
item_id=item.id,
133
transform_version=transform_version,
134
)
135
async with AIOHttpSession(
136
connector=aiohttp.TCPConnector(ssl=False),
137
headers=self.client.default_headers,
0 commit comments