Skip to content

Commit

Permalink
SA13: Suppress specific LGTM.com warning
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 13, 2022
1 parent d26fd40 commit 5d87947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crate/client/sqlalchemy/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def visit_update(self, update_stmt, **kw):

return text

def _get_crud_params(compiler, stmt, **kw):
def _get_crud_params(compiler, stmt, **kw): # lgtm[py/not-named-self]
""" extract values from crud parameters
taken from SQLAlchemy's crud module (since 1.0.x) and
adapted for Crate dialect"""
Expand Down

0 comments on commit 5d87947

Please sign in to comment.