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