diff --git a/store/app/api/db.py b/store/app/api/db.py index 87ccf076..b5fc9b57 100644 --- a/store/app/api/db.py +++ b/store/app/api/db.py @@ -47,8 +47,8 @@ async def create_tables(crud: Crud | None = None) -> None: name="Robots", keys=[ ("id", "S", "HASH"), - ] - ) + ], + ), )