Skip to content

Commit 4397cc2

Browse files
committed
Chore: Remove lgtm inline comments
They don't work anymore, and it looks like there is no pendant for CodeQL.
1 parent e6afb20 commit 4397cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crate/client/sqlalchemy/compiler.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
import string
2323
from collections import defaultdict
2424

25-
import sqlalchemy as sa # lgtm[py/import-and-import-from]
25+
import sqlalchemy as sa
2626
from sqlalchemy.dialects.postgresql.base import PGCompiler
27-
from sqlalchemy.sql import compiler, crud, selectable # lgtm[py/import-and-import-from]
27+
from sqlalchemy.sql import compiler, crud, selectable
2828
from .types import MutableDict
2929
from .sa_version import SA_VERSION, SA_1_4
3030

0 commit comments

Comments
 (0)