fix pylint

This commit is contained in:
Daniel Wallace 2017-12-21 10:40:54 -07:00
parent 59e2e56d13
commit d0586013eb
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -17,7 +17,6 @@ class DownloadArtifacts(object):
self.transport = self.setup_transport()
self.sftpclient = paramiko.SFTPClient.from_transport(self.transport)
def setup_transport(self):
# pylint: disable=minimum-python-version
config = yaml.load(subprocess.check_output(['bundle', 'exec', 'kitchen', 'diagnose', self.instance]))