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