aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/client/request.py
diff options
context:
space:
mode:
Diffstat (limited to 'onap-client/onap_client/client/request.py')
-rw-r--r--onap-client/onap_client/client/request.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/onap-client/onap_client/client/request.py b/onap-client/onap_client/client/request.py
index 84c8280..6563fb8 100644
--- a/onap-client/onap_client/client/request.py
+++ b/onap-client/onap_client/client/request.py
@@ -156,9 +156,6 @@ class APICatalogRequestObject:
self.resolve_uri()
def resolve_files(self):
- # TODO
- # is there a better way to figure out waht params are needed?
- # right now its hardcoded
file_type = self.file_parameters.get("file_type", "application/zip")
file_path = self.file_parameters.get("file_path")
if not file_path: