Skip to content

Commit 7bbe2a1

Browse files
committed
fix: remove get checkouts
1 parent 27b02fd commit 7bbe2a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

videodb/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ def checkout(self, amount=100) -> dict:
9595
def get_invoices(self) -> List[dict]:
9696
return self.get(path=f"{ApiPath.billing}/{ApiPath.invoices}")
9797

98-
def get_checkouts(self) -> List[dict]:
99-
return self.get(path=f"{ApiPath.billing}/{ApiPath.checkouts}")
100-
10198
def upload(
10299
self,
103100
file_path: str = None,

0 commit comments

Comments
 (0)