Skip to content

Commit 5a1388c

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 d748fc2 commit 5a1388c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/crate/client/sqlalchemy/compiler.py

Lines changed: 2 additions & 2 deletions
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)