mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
fix imports
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import redis.asyncio as redis
|
||||
|
||||
from app import config
|
||||
|
||||
|
||||
global_settings = config.get_settings()
|
||||
from app.config import settings as global_settings
|
||||
|
||||
|
||||
async def get_redis():
|
||||
|
||||
Reference in New Issue
Block a user