unitlab 2.1.6__tar.gz → 2.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {unitlab-2.1.6/src/unitlab.egg-info → unitlab-2.1.7}/PKG-INFO +1 -1
- {unitlab-2.1.6 → unitlab-2.1.7}/setup.py +1 -1
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab/main.py +1 -1
- {unitlab-2.1.6 → unitlab-2.1.7/src/unitlab.egg-info}/PKG-INFO +1 -1
- {unitlab-2.1.6 → unitlab-2.1.7}/LICENSE.md +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/README.md +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/setup.cfg +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab/__init__.py +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab/__main__.py +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab/client.py +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab/dataset.py +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab/exceptions.py +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab/utils.py +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab.egg-info/SOURCES.txt +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab.egg-info/dependency_links.txt +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab.egg-info/entry_points.txt +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab.egg-info/requires.txt +0 -0
- {unitlab-2.1.6 → unitlab-2.1.7}/src/unitlab.egg-info/top_level.txt +0 -0
@@ -144,7 +144,7 @@ def dataset_download(
|
|
144
144
|
raise typer.BadParameter(
|
145
145
|
"Export type is required when download type is annotation"
|
146
146
|
)
|
147
|
-
get_client(api_key).dataset_download(pk, export_type)
|
147
|
+
return get_client(api_key).dataset_download(pk, export_type)
|
148
148
|
get_client(api_key).dataset_download_files(pk)
|
149
149
|
|
150
150
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|