mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Fix rc pylint warning in MQTT (#118050)
This commit is contained in:
parent
3f7e57dde2
commit
8128449879
@ -548,7 +548,7 @@ class MQTT:
|
||||
# Remove this once
|
||||
# https://github.com/eclipse/paho.mqtt.python/pull/843
|
||||
# is available.
|
||||
sock = sock._socket # noqa: SLF001
|
||||
sock = sock._socket # pylint: disable=protected-access
|
||||
|
||||
new_buffer_size = PREFERRED_BUFFER_SIZE
|
||||
while True:
|
||||
|
Loading…
x
Reference in New Issue
Block a user