refactor(database): use asyncio
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .database import get_db as get_db
|
||||
from .user import get_current_user as get_current_user
|
||||
from .user import get_current_user as get_current_user
|
||||
|
||||
Reference in New Issue
Block a user