Skip to content

Commit 1dab2cb

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent a80bb85 commit 1dab2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmodel/sql/sqltypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from pydantic import BaseModel
44
from sqlalchemy import types
5-
from sqlalchemy.engine.interfaces import Dialect
65
from sqlalchemy.dialects.postgresql import JSONB # for Postgres JSONB
6+
from sqlalchemy.engine.interfaces import Dialect
77

88

99
class AutoString(types.TypeDecorator): # type: ignore

0 commit comments

Comments
 (0)