Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 18004a1

Browse files
Fix Imports are incorrectly sorted
1 parent 294d1a7 commit 18004a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyathenajdbc/sqlalchemy_athena.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
DDLCompiler,
1313
GenericTypeCompiler,
1414
IdentifierPreparer,
15-
SQLCompiler)
15+
SQLCompiler,
16+
)
1617
from sqlalchemy.sql.sqltypes import (
1718
BIGINT,
1819
BINARY,

0 commit comments

Comments
 (0)