Once and for all reformat.

Will be using black code formatter
This commit is contained in:
2024-12-08 17:07:26 -08:00
parent 3a06464c29
commit 34badf17eb
25 changed files with 359 additions and 295 deletions

View File

@@ -8,5 +8,6 @@ from aiodynamo.http.aiohttp import AIOHTTP
class Database:
def __init__(self, session: aiohttp.ClientSession):
self.client = Client(AIOHTTP(session), Credentials.auto(), os.getenv('AWS_REGION'))
self.client = Client(
AIOHTTP(session), Credentials.auto(), os.getenv("AWS_REGION")
)