From 4f49dce666740f9876e10a8174ae6c6e33cc10e2 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Fri, 18 Jan 2019 11:26:11 +0000 Subject: Remove redundant comment Change-Id: I6f301b0a3d77a692aa06d570eaa6ef3e820973d7 Signed-off-by: Emma Foley --- yardstick/ssh.py | 8 -------- 1 file changed, 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.""" -- cgit 1.2.3-korg