[rubick] pep8 fixes

This commit is contained in:
Ryabin Sergey
2013-11-06 15:13:47 +04:00
parent d992efe4ed
commit ba6dcabd69

View File

@@ -48,7 +48,6 @@ def rubick_clusters_list(cluster_id):
request_url = "%s/clusters%s" % (
Api_url, "/" + cluster_id if (cluster_id) else "")
#r = requests.get(request_url)
r = rubick_request_get(request_url)
@@ -77,7 +76,6 @@ def main():
Api_url = args.api
Debug = args.debug
if (args.list_clusters):
return rubick_clusters_list(args.id)