Skip to content

Commit 3e30f88

Browse files
committed
Fix import missing newline
1 parent 08c8c35 commit 3e30f88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastapi-python-web-apis/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import random
22
from typing import Annotated
33

4+
from pydantic import BaseModel, Field
5+
46
from fastapi import FastAPI, HTTPException, Query
57
from fastapi.middleware.cors import CORSMiddleware
6-
from pydantic import BaseModel, Field
78

89
tags_metadata = [
910
{

0 commit comments

Comments
 (0)