Remove unnnecessary pylint configs from components [m-r]* (#98924)

This commit is contained in:
Ville Skyttä
2023-08-24 01:56:50 +03:00
committed by GitHub
parent 3b4774d9ed
commit 34b47a2597
51 changed files with 23 additions and 116 deletions

View File

@ -426,7 +426,7 @@ def _datetime_or_none(value: str) -> datetime | None:
def build_mysqldb_conv() -> dict:
"""Build a MySQLDB conv dict that uses cisco8601 to parse datetimes."""
# Late imports since we only call this if they are using mysqldb
# pylint: disable=import-outside-toplevel,import-error
# pylint: disable=import-outside-toplevel
from MySQLdb.constants import FIELD_TYPE
from MySQLdb.converters import conversions