Skip to content

Commit

Permalink
Merge branch 'render_column_type' of https://github.com/hyoj0942/sqla…
Browse files Browse the repository at this point in the history
…codegen into render_column_type
  • Loading branch information
hyoj0942 committed Sep 25, 2023
2 parents bbc07b7 + 3a80813 commit 30c7d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlacodegen/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import sqlalchemy
from sqlalchemy import (
ARRAY,
CHAR,
Boolean,
CheckConstraint,
Column,
Expand All @@ -37,7 +38,6 @@
Table,
Text,
UniqueConstraint,
CHAR,
)
from sqlalchemy.dialects.postgresql import JSONB
from sqlalchemy.engine import Connection, Engine
Expand Down

0 comments on commit 30c7d5e

Please sign in to comment.