Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden committed May 29, 2024
1 parent 6fca9af commit 0c53356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/app/api/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ async def create_tables(crud: Crud | None = None) -> None:
name="Robots",
keys=[
("id", "S", "HASH"),
]
)
],
),
)


Expand Down

0 comments on commit 0c53356

Please sign in to comment.