From f3ac7870ea5b742f71aee2453b01846a89c5f72e Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Wed, 19 Feb 2014 13:37:06 -0800 Subject: [PATCH] Fix syntax error in first docstring added. --- teuthology/orchestra/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/orchestra/remote.py b/teuthology/orchestra/remote.py index 1c6a4f743f..b81a585d44 100644 --- a/teuthology/orchestra/remote.py +++ b/teuthology/orchestra/remote.py @@ -1,4 +1,4 @@ -"" +""" Support for paramiko remote objects. """ from . import run -- 2.39.5