Skip to content

Commit d26fd40

Browse files
committed
fixup! SA14: Adjust CrateDB dialect compiler patch to SqlAlchemy 1.4.36
1 parent c02dece commit d26fd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crate/client/sqlalchemy/dialect.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# FIXME: Workaround to be able to use SQLAlchemy 1.4.
2727
# Caveat: This purges the ``cresultproxy`` extension
2828
# at runtime, so it will impose a speed bump.
29-
import crate.client.sqlalchemy.monkey # noqa:F401, lgtm [py/unused-import]
29+
import crate.client.sqlalchemy.monkey # noqa:F401, lgtm[py/unused-import]
3030

3131
from sqlalchemy import types as sqltypes
3232
from sqlalchemy.engine import default, reflection

0 commit comments

Comments
 (0)