Skip to content

Commit 4975fc3

Browse files
committed
add optional
1 parent c8c19b4 commit 4975fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/code/tiler_with_cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def setup_cache():
155155
app/routes.py
156156
"""
157157
from dataclasses import dataclass
158-
from typing import Callable, Dict, Type, Literal, List, Tuple
158+
from typing import Callable, Dict, Type, Literal, List, Tuple, Optional
159159
from urllib.parse import urlencode
160160

161161
from fastapi import Depends, Path, Query

0 commit comments

Comments
 (0)