summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-03 15:55:41 +0000
committerGerrit Code Review <review@openstack.org>2023-05-03 15:55:41 +0000
commitd639c521bc7f087c41240fca968db324858cb6a0 (patch)
tree2d4960bcbd367106b605ad75d435d0557bd51daf
parent9fce3580919ba73ba29676e413907328aa9aaa9c (diff)
parentf5966d553edddb6989434a3e1dd6504c7b079d36 (diff)
downloadcinder-d639c521bc7f087c41240fca968db324858cb6a0.tar.gz
Merge "Pylint: Cleanup ds8k driver workaround"
-rw-r--r--cinder/volume/drivers/ibm/ibm_storage/ds8k_connection.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/cinder/volume/drivers/ibm/ibm_storage/ds8k_connection.py b/cinder/volume/drivers/ibm/ibm_storage/ds8k_connection.py
index 36f283b40..dfed6d49f 100644
--- a/cinder/volume/drivers/ibm/ibm_storage/ds8k_connection.py
+++ b/cinder/volume/drivers/ibm/ibm_storage/ds8k_connection.py
@@ -94,10 +94,7 @@ class DS8KHTTPSConnection(connection.VerifiedHTTPSConnection):
# Calls self._set_hostport(), so self.host is
# self._tunnel_host below.
#
- # disable pylint because pylint doesn't support importing
- # from six.moves yet. see:
- # https://bitbucket.org/logilab/pylint/issue/550/
- self._tunnel() # pylint: disable=E1101
+ self._tunnel()
# Mark this connection as not reusable
self.auto_open = 0