mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Remove unnnecessary pylint configs from components [m-r]* (#98924)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user