Upgrade pylint to 1.9.2 (#14916)

This commit is contained in:
Ville Skyttä 2018-06-13 14:08:39 +03:00 committed by Paulus Schoutsen
parent fecce206a9
commit cb646e48d0
3 changed files with 3 additions and 2 deletions

View file

@ -37,6 +37,7 @@ def homekit_http_send(self, message_body=None, encode_chunked=False):
Appends an extra \r\n to the buffer.
A message_body may be specified, to be appended to the request.
"""
# pylint: disable=protected-access
self._buffer.extend((b"", b""))
msg = b"\r\n".join(self._buffer)
del self._buffer[:]