Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 12, 2024
1 parent bed9a20 commit c5c52e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
SingleStore, pydantic, SQLAlchemy, Redis, and Deta.
"""


__author__ = """Mahmoud Harmouch"""
__email__ = "[email protected]"
__version__ = "0.1.0"
Expand Down
6 changes: 3 additions & 3 deletions app/utils/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ async def get_db_autocommit_session(
await session.close()


async def get_db_autocommit_session_socket() -> AsyncGenerator[
AsyncSession, None
]:
async def get_db_autocommit_session_socket() -> (
AsyncGenerator[AsyncSession, None]
):
"""
Create and get database session.
Expand Down

0 comments on commit c5c52e3

Please sign in to comment.