We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02dece commit d26fd40Copy full SHA for d26fd40
src/crate/client/sqlalchemy/dialect.py
@@ -26,7 +26,7 @@
26
# FIXME: Workaround to be able to use SQLAlchemy 1.4.
27
# Caveat: This purges the ``cresultproxy`` extension
28
# at runtime, so it will impose a speed bump.
29
-import crate.client.sqlalchemy.monkey # noqa:F401, lgtm [py/unused-import]
+import crate.client.sqlalchemy.monkey # noqa:F401, lgtm[py/unused-import]
30
31
from sqlalchemy import types as sqltypes
32
from sqlalchemy.engine import default, reflection
0 commit comments