mirror of https://github.com/tiangolo/fastapi.git
fix: change highlight line
This commit is contained in:
parent
96d16d0f34
commit
6ae4a19887
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue