mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +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
|
# Remove this once
|
||||||
# https://github.com/eclipse/paho.mqtt.python/pull/843
|
# https://github.com/eclipse/paho.mqtt.python/pull/843
|
||||||
# is available.
|
# is available.
|
||||||
sock = sock._socket # noqa: SLF001
|
sock = sock._socket # pylint: disable=protected-access
|
||||||
|
|
||||||
new_buffer_size = PREFERRED_BUFFER_SIZE
|
new_buffer_size = PREFERRED_BUFFER_SIZE
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user