Skip to content

Commit

Permalink
makes sql alchemy 1.4 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Feb 29, 2024
1 parent 9df6693 commit 7c15404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/sql_database/schema_types.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional, Any, Type, TYPE_CHECKING
from typing_extensions import TypeAlias
from sqlalchemy import Table, Column, Select
from sqlalchemy.sql import sqltypes
from sqlalchemy import Table, Column
from sqlalchemy.sql import sqltypes, Select

from dlt.common.schema.typing import TColumnSchema, TTableSchemaColumns

Expand Down

0 comments on commit 7c15404

Please sign in to comment.