summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2023-03-30 12:45:20 -0400
committerEric Harney <eharney@redhat.com>2023-03-30 12:45:20 -0400
commitf5966d553edddb6989434a3e1dd6504c7b079d36 (patch)
treec9e472535aa192c39a0b1ccf65fc68a87e1f53ad
parent3fc37548042fcdc745d35a0a902213482fc4422c (diff)
downloadcinder-f5966d553edddb6989434a3e1dd6504c7b079d36.tar.gz
Pylint: Cleanup ds8k driver workaround
This is not needed on current versions of pylint. Change-Id: I5dacaacfd1d500b48d789fbcd417f0402c17a999
-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