fixing pep8 problems for test verify tox job
[integration/test.git] / tools / clustering / cluster-deployer / restart.py
index c56092ac345d25aabbdf0f9a3d0724d6ef3e0ed7..48bfa903e693fb8c9f59e9f7d39944ecab37c528 100755 (executable)
@@ -34,4 +34,5 @@ def main():
             remote.exec_cmd("rm -rf " + args.rootdir + "/deploy/current/odl/snapshots")
         remote.start_controller(args.rootdir + "/deploy/current")
 
+
 main()