Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JungleCatSW committed Jun 21, 2024
1 parent dae9b9e commit 6b0d534
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helpers/cudo_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import importlib.metadata


home = os.path.expanduser("~")


Expand All @@ -25,7 +24,7 @@ def client():
except:
pass

client.user_agent = 'cudo-compute-python-client/'+version
client.user_agent = 'cudo-compute-python-client/' + version
return client, None


Expand Down

0 comments on commit 6b0d534

Please sign in to comment.