Stricter pylint message control (#86154)
This commit is contained in:
parent
29b2b6727e
commit
79b52a2b41
73 changed files with 112 additions and 133 deletions
|
@ -404,8 +404,6 @@ def build_mysqldb_conv() -> dict:
|
|||
# Late imports since we only call this if they are using mysqldb
|
||||
# pylint: disable=import-outside-toplevel,import-error
|
||||
from MySQLdb.constants import FIELD_TYPE
|
||||
|
||||
# pylint: disable=import-outside-toplevel,import-error
|
||||
from MySQLdb.converters import conversions
|
||||
|
||||
return {**conversions, FIELD_TYPE.DATETIME: _datetime_or_none}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue