summaryrefslogtreecommitdiff
path: root/openstackclient/api/api.py
diff options
context:
space:
mode:
authorChen <dstbtgagt@foxmail.com>2018-09-28 19:20:07 +0800
committerChen <dstbtgagt@foxmail.com>2018-09-28 19:20:07 +0800
commita4fcae2ac2375191daea14fe524f0175d4c3300d (patch)
treec26cec99928c03e1b9a27b92db4c93e34868f86f /openstackclient/api/api.py
parent424ab43a0e2b7c0dbffdbf9e410e887e1abb0295 (diff)
downloadpython-openstackclient-a4fcae2ac2375191daea14fe524f0175d4c3300d.tar.gz
trivial: remove commented-out code
These comments have existed from the beginning. But they seem to be meaningless. Change-Id: Ic38272ecfb321d77219d477634e9e29b968e7f00
Diffstat (limited to 'openstackclient/api/api.py')
-rw-r--r--openstackclient/api/api.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/api/api.py b/openstackclient/api/api.py
index 04d88f31..7e2fe38f 100644
--- a/openstackclient/api/api.py
+++ b/openstackclient/api/api.py
@@ -186,7 +186,6 @@ class BaseAPI(KeystoneSession):
ret = self._request(
'POST',
path,
- # service=self.service_type,
json=body,
params=params,
)
@@ -194,7 +193,6 @@ class BaseAPI(KeystoneSession):
ret = self._request(
'GET',
path,
- # service=self.service_type,
params=params,
)
try: