mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
trivial: remove commented-out code
These comments have existed from the beginning. But they seem to be meaningless. Change-Id: Ic38272ecfb321d77219d477634e9e29b968e7f00
This commit is contained in:
parent
424ab43a0e
commit
a4fcae2ac2
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue