Skip to content

Commit 91136b1

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent db16e11 commit 91136b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs_src/tutorial/fastapi/simple_hero_api/tutorial001_py310.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
from contextlib import asynccontextmanager
2+
13
from fastapi import FastAPI
24
from sqlmodel import Field, Session, SQLModel, create_engine, select
3-
from contextlib import asynccontextmanager
45

56

67
class Hero(SQLModel, table=True):

0 commit comments

Comments
 (0)