Skip to content

Commit

Permalink
add optional
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Mar 14, 2023
1 parent c8c19b4 commit 4975fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/code/tiler_with_cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4975fc3

Please sign in to comment.