fix: change highlight line

This commit is contained in:
Yuki Watanabe 2024-05-16 10:27:53 +09:00
parent 96d16d0f34
commit 6ae4a19887
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ def read_item(item_id: int, q: Union[str, None] = None):
`async` / `await`を使用するときは、 `async def`を使います:
```Python hl_lines="7 12"
```Python hl_lines="9 14"
from typing import Union
from fastapi import FastAPI