Skip to content

Commit 53a76e0

Browse files
Vaghinak BasentsyanVaghinak Basentsyan
authored andcommitted
Added argument validation
1 parent 9bab7e1 commit 53a76e0

File tree

10 files changed

+310
-592
lines changed

10 files changed

+310
-592
lines changed

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ packaging>=20.4
1313
pandas==1.1.2
1414
plotly==4.1.0
1515
ffmpeg-python>=0.2.0
16-
google-cloud-storage>=1.33.0
17-
azure-storage-blob>=12.6.0
1816
fire==0.4.0
1917
Shapely==1.7.1
2018
mixpanel==4.8.3

src/superannotate/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,9 @@
133133
)
134134
from superannotate.lib.app.interface.sdk_interface import upload_image_annotations
135135
from superannotate.lib.app.interface.sdk_interface import upload_image_to_project
136-
from superannotate.lib.app.interface.sdk_interface import (
137-
upload_images_from_azure_blob_to_project,
138-
)
139136
from superannotate.lib.app.interface.sdk_interface import (
140137
upload_images_from_folder_to_project,
141138
)
142-
from superannotate.lib.app.interface.sdk_interface import (
143-
upload_images_from_google_cloud_to_project,
144-
)
145139
from superannotate.lib.app.interface.sdk_interface import (
146140
upload_images_from_public_urls_to_project,
147141
)
@@ -241,8 +235,6 @@
241235
"upload_image_to_project",
242236
"upload_image_annotations",
243237
"upload_images_from_public_urls_to_project",
244-
"upload_images_from_google_cloud_to_project",
245-
"upload_images_from_azure_blob_to_project",
246238
"upload_images_from_s3_bucket_to_project",
247239
"upload_images_from_folder_to_project",
248240
"attach_image_urls_to_project",

0 commit comments

Comments
 (0)