Skip to content

Commit b0b482f

Browse files
committed
black fixes
1 parent 7cbb8c9 commit b0b482f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/rsptx/db/async_session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
# Generate this key once and store it securely (e.g., env var or config file)
5757
fernet = Fernet(settings.fernet_secret)
5858

59+
5960
async def init_models():
6061
async with engine.begin() as conn:
6162
# Never, ever drop tables in a production environment!

0 commit comments

Comments
 (0)