autopep8 fix for flake8
[bottlenecks.git] / testsuites / vstf / vstf_scripts / vstf / controller / unittest / test_ssh.py
index f240355..c9aadb0 100644 (file)
@@ -21,16 +21,14 @@ class Test(model.Test):
         self.user = self.source_repo["user"]
         self.passwd = self.source_repo["passwd"]
 
-
     def tearDown(self):
         super(Test, self).tearDown()
 
-
     def test_run_cmd(self):
         ssh.run_cmd(self.host, self.user, self.passwd, 'ls')
 
 
 if __name__ == "__main__":
     import logging
-    logging.basicConfig(level = logging.INFO)
-    unittest.main()
\ No newline at end of file
+    logging.basicConfig(level=logging.INFO)
+    unittest.main()