Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 4f5902d

Browse files
committed
CORTX-33877: Removing Query_Deployment Interface from Utils
Signed-off-by: Lakshita Jain <[email protected]>
1 parent 772d732 commit 4f5902d

File tree

4 files changed

+1
-176
lines changed

4 files changed

+1
-176
lines changed

py-utils/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ def get_requirements_files() -> list:
114114
'cortx.utils.support_framework',
115115
'cortx.utils.manifest',
116116
'cortx.utils.audit_log', 'cortx.utils.cortx',
117-
'cortx.utils.http', 'cortx.utils.s3', 'cortx.utils.activity_tracker',
118-
'cortx.utils.query_deployment'
117+
'cortx.utils.http', 'cortx.utils.s3', 'cortx.utils.activity_tracker'
119118
],
120119
package_data={
121120
'cortx': ['py.typed'],

py-utils/src/utils/query_deployment/__init__.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

py-utils/src/utils/query_deployment/error.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

py-utils/src/utils/query_deployment/query_deployment.py

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)