commit | f78779e60d9ee7335f78271bdbcdc2133b119a1f | [log] [tgz] |
---|---|---|
author | Andrew Pickford <anpickford@googlemail.com> | Thu Jun 08 14:28:05 2017 +0200 |
committer | Andrew Pickford <anpickford@googlemail.com> | Thu Jun 08 14:28:05 2017 +0200 |
tree | 87523f6812d12c5d9f2bb1ae845dfba324849d35 | |
parent | 634a4e76231cb481c47b4aebe2021ad39419b1d2 [diff] |
remove unneeded paramiko import
diff --git a/reclass/storage/yaml_git/__init__.py b/reclass/storage/yaml_git/__init__.py index 038c9fa..614d481 100644 --- a/reclass/storage/yaml_git/__init__.py +++ b/reclass/storage/yaml_git/__init__.py
@@ -7,7 +7,6 @@ import distutils.version import fnmatch import os -import paramiko # Squelch warning on centos7 due to upgrading cffi # see https://github.com/saltstack/salt/pull/39871