Fix rc pylint warning in MQTT (#118050)
This commit is contained in:
parent
3f7e57dde2
commit
8128449879
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue