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 Aug 5, 2024
1 parent c6b52b7 commit b06adb2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion aioredis_fastapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
aioredis_fastapi is an asynchronous redis based session backend for FastAPI powered applications.
"""


__author__ = """Mahmoud Harmouch"""
__email__ = "business@wiseai.dev"
__version__ = "1.0.1"
Expand Down
1 change: 0 additions & 1 deletion tests/test_aioredis_fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
aioredis_fastapi is an asynchronous redis based session backend for FastAPI powered applications.
"""


import pytest

from aioredis_fastapi import (
Expand Down

0 comments on commit b06adb2

Please sign in to comment.