From 9746cc8974c71fbbc16721d9777a0855eb818263 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Mon, 20 Jul 2026 17:03:37 +0200 Subject: [PATCH] fix(docs): import translation mapping type --- src/govoplan_docs/backend/api/v1/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/govoplan_docs/backend/api/v1/routes.py b/src/govoplan_docs/backend/api/v1/routes.py index 41b558f..84831c2 100644 --- a/src/govoplan_docs/backend/api/v1/routes.py +++ b/src/govoplan_docs/backend/api/v1/routes.py @@ -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