Skip to content

Commit

Permalink
Adjusted format
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonresende committed Dec 29, 2024
1 parent 6ee1e65 commit 7682e10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastapi_backend/app/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
engine = create_async_engine(settings.DATABASE_URL, poolclass=NullPool)

async_session_maker = async_sessionmaker(
engine,
expire_on_commit=settings.EXPIRE_ON_COMMIT
engine, expire_on_commit=settings.EXPIRE_ON_COMMIT
)


Expand Down

0 comments on commit 7682e10

Please sign in to comment.