Skip to content

Commit e8b438c

Browse files
committed
Remove unused imports
1 parent 72f2b37 commit e8b438c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

target_postgres/sinks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
Optional,
1212
Sequence,
1313
Tuple,
14-
Union,
1514
cast,
1615
)
1716

1817
import sqlalchemy as sa
1918
from pendulum import now
2019
from singer_sdk.sinks import SQLSink
21-
from sqlalchemy.sql import Executable
2220
from sqlalchemy.sql.expression import bindparam
2321

2422
from target_postgres.connector import PostgresConnector

0 commit comments

Comments
 (0)