mirror of
https://github.com/simon987/parler-tricks.git
synced 2025-12-18 00:39:05 +00:00
reformat, add setup.py
This commit is contained in:
@@ -4,4 +4,4 @@ class WalletAPI:
|
||||
self.s = session
|
||||
|
||||
def get_billing_information(self, *args, **kwargs):
|
||||
return self.s.get("{}/v3/billing".format(self.root_url), *args, **kwargs)
|
||||
return self.s.get("{}/v3/billing".format(self.root_url), *args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user