Pylint: Cleanup ds8k driver workaround
This is not needed on current versions of pylint. Change-Id: I5dacaacfd1d500b48d789fbcd417f0402c17a999
This commit is contained in:
parent
3fc3754804
commit
f5966d553e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user