✏ Fix wrong import from typing module in Persian translations for `docs/fa/docs/index.md` (#6083)

This commit is contained in:
Kimiaattaei 2023-04-13 22:07:23 +03:30 committed by GitHub
parent bf9bb08b28
commit 9f13595247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ $ pip install "uvicorn[standard]"
* فایلی به نام `main.py` با محتوای زیر ایجاد کنید :
```Python
from typing import Optional
from typing import Union
from fastapi import FastAPI