mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2025-08-14 10:47:30 +08:00
update
This commit is contained in:
@ -2,7 +2,7 @@ from typing import Callable
|
||||
|
||||
from starlette.requests import Request
|
||||
|
||||
from fastapi_admin import i18n, template
|
||||
from fastapi_admin import i18n
|
||||
|
||||
|
||||
async def language_processor(request: Request, call_next: Callable):
|
||||
|
Reference in New Issue
Block a user