Skip to content

Commit 558ad8c

Browse files
committed
Update to unity-sds-client==0.2.0
1 parent 5c3dc95 commit 558ad8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
app_pack_generator>=0.2.2
2-
unity-sds-client==0.1.2
2+
unity-sds-client==0.2.0

unity_app_generator/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from app_pack_generator import GitManager, DockerUtil, ApplicationNotebook, CWL, Descriptor
1010

11-
from unity_py.services.application_service import DockstoreAppCatalog
11+
from unity_sds_client.services.application_service import DockstoreAppCatalog
1212

1313
logger = logging.getLogger(__name__)
1414

0 commit comments

Comments
 (0)