From 4975fc38587311ab1fdb701098d5a74e3b539643 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 14 Mar 2023 09:54:41 +0100 Subject: [PATCH] add optional --- docs/src/examples/code/tiler_with_cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/examples/code/tiler_with_cache.md b/docs/src/examples/code/tiler_with_cache.md index aae6dedeb..880ed6875 100644 --- a/docs/src/examples/code/tiler_with_cache.md +++ b/docs/src/examples/code/tiler_with_cache.md @@ -155,7 +155,7 @@ def setup_cache(): app/routes.py """ from dataclasses import dataclass -from typing import Callable, Dict, Type, Literal, List, Tuple +from typing import Callable, Dict, Type, Literal, List, Tuple, Optional from urllib.parse import urlencode from fastapi import Depends, Path, Query