We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12b23d commit 3682da5Copy full SHA for 3682da5
src/crate/client/sqlalchemy/compiler.py
@@ -22,8 +22,8 @@
22
import string
23
from collections import defaultdict
24
25
-import sqlalchemy as sa
26
-from sqlalchemy.sql import compiler, crud, selectable
+import sqlalchemy as sa # lgtm[py/import-and-import-from]
+from sqlalchemy.sql import compiler, crud, selectable # lgtm[py/import-and-import-from]
27
from .types import MutableDict
28
from .sa_version import SA_VERSION, SA_1_4
29
0 commit comments