From: Emma Foley Date: Fri, 18 Jan 2019 11:26:11 +0000 (+0000) Subject: Remove redundant comment X-Git-Tag: opnfv-8.0.0~40^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4f49dce666740f9876e10a8174ae6c6e33cc10e2;p=yardstick.git Remove redundant comment Change-Id: I6f301b0a3d77a692aa06d570eaa6ef3e820973d7 Signed-off-by: Emma Foley --- 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."""