🔥 Remove/clean extra imports from examples in docs for features (#3709)

This commit is contained in:
Sebastián Ramírez 2021-08-17 22:00:29 +02:00 committed by GitHub
parent 25a48287ed
commit 4d4452ede5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 6 deletions

View File

@ -32,7 +32,6 @@ If you need a 2 minute refresher of how to use Python types (even if you don't u
You write standard Python with types:
```Python
from typing import List, Dict
from datetime import date
from pydantic import BaseModel

View File

@ -32,7 +32,6 @@ Si necesitas un repaso de 2 minutos de cómo usar los tipos de Python (así no u
Escribes Python estándar con tipos así:
```Python
from typing import List, Dict
from datetime import date
from pydantic import BaseModel

View File

@ -32,7 +32,6 @@ Si vous souhaitez un rappel de 2 minutes sur l'utilisation des types en Python (
Vous écrivez du python standard avec des annotations de types:
```Python
from typing import List, Dict
from datetime import date
from pydantic import BaseModel

View File

@ -31,7 +31,6 @@ FastAPIの機能はすべて、標準のPython 3.6型宣言に基づいていま
型を使用した標準的なPythonを記述します:
```Python
from typing import List, Dict
from datetime import date
from pydantic import BaseModel

View File

@ -32,7 +32,6 @@ Se você precisa refrescar a memória rapidamente sobre como usar tipos do Pytho
Você escreve Python padrão com tipos:
```Python
from typing import List, Dict
from datetime import date
from pydantic import BaseModel

View File

@ -33,7 +33,6 @@
编写带有类型标注的标准 Python
```Python
from typing import List, Dict
from datetime import date
from pydantic import BaseModel