Once and for all reformat.
Will be using black code formatter
This commit is contained in:
@@ -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")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user