Skip to content

Commit 1e5caaa

Browse files
committed
Fix import order
1 parent 893bcf3 commit 1e5caaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_src/advanced/sa_column/tutorial001.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from time import sleep
33
from typing import Optional
44

5-
from sqlmodel import Field, Session, SQLModel, create_engine, select
65
from sqlalchemy import Column, DateTime, func
6+
from sqlmodel import Field, Session, SQLModel, create_engine, select
77

88

99
class Hero(SQLModel, table=True):

0 commit comments

Comments
 (0)