mirror of https://github.com/tiangolo/fastapi.git
✏ Fix wrong import from typing module in Persian translations for `docs/fa/docs/index.md` (#6083)
This commit is contained in:
parent
bf9bb08b28
commit
9f13595247
|
|
@ -143,7 +143,7 @@ $ pip install "uvicorn[standard]"
|
|||
* فایلی به نام `main.py` با محتوای زیر ایجاد کنید :
|
||||
|
||||
```Python
|
||||
from typing import Optional
|
||||
from typing import Union
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue