Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matin committed Oct 4, 2023
1 parent b1f5f9d commit 5973296
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions garth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@
"connectapi",
"login",
"resume",
"loads",
"save",
"dumps",
]

configure = client.configure
connectapi = client.connectapi
download = client.download
login = client.login
save = client.dump
resume = client.load
save = client.dump
upload = client.upload

0 comments on commit 5973296

Please sign in to comment.