Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadhu-sl committed Jan 3, 2025
1 parent 4378fbe commit d1b5b5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/db/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _create_engine():

logger.info(
f"Engine created with pool_size={engine.pool.size()}, "
f"max_overflow={engine.pool._max_overflow}, "
f"max_overflow={engine.pool._max_overflow} "
)

return engine
Expand All @@ -34,7 +34,6 @@ def _create_engine():


def get_session() -> Iterator[Session]:
logger.info("hello")
db = SessionLocal()
try:
yield db
Expand Down

0 comments on commit d1b5b5c

Please sign in to comment.