Skip to content

Commit 8d3806b

Browse files
committed
fix a simple import style
1 parent 2053f64 commit 8d3806b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sqlmodel/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
Integer,
4242
Interval,
4343
Numeric,
44-
inspect, TypeDecorator,
44+
inspect,
45+
TypeDecorator,
4546
)
4647
from sqlalchemy.orm import RelationshipProperty, declared_attr, registry, relationship
4748
from sqlalchemy.orm.attributes import set_attribute

0 commit comments

Comments
 (0)