Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Oct 13, 2023
1 parent 13193f8 commit 5e37d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
max_overflow=7,
pool_timeout=45,
pool_recycle=7200,
connect_args={"application_name": "os_api_v3"}
connect_args={"application_name": "os_api_v3"},
)
SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine)

Expand Down

0 comments on commit 5e37d56

Please sign in to comment.