diff options
author | Emma Foley <emma.l.foley@intel.com> | 2019-01-18 11:26:11 +0000 |
---|---|---|
committer | Emma Foley <emma.l.foley@intel.com> | 2019-01-18 11:26:15 +0000 |
commit | 4f49dce666740f9876e10a8174ae6c6e33cc10e2 (patch) | |
tree | 41ae20aa1e5381160f6da06ea99cec9282914276 | |
parent | fa6509b1bde3d7c2fecad3ffab5a050a27346dae (diff) |
Remove redundant comment
Change-Id: I6f301b0a3d77a692aa06d570eaa6ef3e820973d7
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
-rw-r--r-- | yardstick/ssh.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/yardstick/ssh.py b/yardstick/ssh.py index 8bdc32c7c..2ebf40e98 100644 --- a/yardstick/ssh.py +++ b/yardstick/ssh.py @@ -89,14 +89,6 @@ def convert_key_to_str(key): return k.getvalue() -# class SSHError(Exception): -# pass -# -# -# class SSHTimeout(SSHError): -# pass - - class SSH(object): """Represent ssh connection.""" |