Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Nov 14, 2024
1 parent df44de3 commit 4002f7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def cursor(self, *args, **kwargs):
wrapped_cursor, db_api_integration
)

def is_mysql_connector_cursor_prepared(self, cursor):
def is_mysql_connector_cursor_prepared(self, cursor): # pylint: disable=no-self-use
try:
from mysql.connector.cursor_cext import ( # pylint: disable=import-outside-toplevel
CMySQLCursorPrepared,
Expand Down

0 comments on commit 4002f7d

Please sign in to comment.