Skip to content

Commit

Permalink
chore: fix redis
Browse files Browse the repository at this point in the history
  • Loading branch information
kovaxis committed Jun 18, 2024
1 parent 9f4f952 commit 08f5749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/app/redis.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import contextlib
from typing import Any

from redis.asyncio import ConnectionPool, Redis

from app.settings import settings
from redis.asyncio import ConnectionPool, Redis


def init_redis_pool() -> ConnectionPool: # type: ignore
Expand Down

0 comments on commit 08f5749

Please sign in to comment.