Added global timeout and import for httpx

This commit is contained in:
Logan Cusano
2025-04-27 03:46:44 -04:00
parent de8570d014
commit 56d7d8e8fe
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import httpx
class BaseAPI():
async def __aenter__(self):