fix(docs): import translation mapping type

This commit is contained in:
2026-07-20 17:03:37 +02:00
parent f2ade1d624
commit 9746cc8974

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
from typing import Any
from typing import Any, Mapping
from fastapi import APIRouter, Depends, HTTPException, Query, Request, status