Skip to content

Commit

Permalink
Chore: Remove lgtm inline comments
Browse files Browse the repository at this point in the history
They don't work anymore, and it looks like there is no pendant for
CodeQL.
  • Loading branch information
amotl committed Nov 22, 2022
1 parent e6afb20 commit 4397cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crate/client/sqlalchemy/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import string
from collections import defaultdict

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

Expand Down

0 comments on commit 4397cc2

Please sign in to comment.