Skip to content

Commit

Permalink
remove io blocking print (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bibootcamp authored Nov 19, 2024
1 parent 858f3ea commit ba31f47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tcgdexsdk/endpoints/Endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def __init__(self,
self.endpoint = endpoint

async def get(self, id: str) -> Optional[Item]:
print(self.tcgdex.language)
return fetch(self.tcgdex, f"https://api.tcgdex.net/v2/{self.tcgdex.language}/{self.endpoint}/{id}", self.item_model)

async def list(self, query: Optional[Query] = None) -> List[ListModel]:
Expand Down

0 comments on commit ba31f47

Please sign in to comment.