Add per-file-ignore to pylint (#86289)
This commit is contained in:
parent
a0810053f1
commit
30bf0634fe
114 changed files with 123 additions and 226 deletions
|
@ -58,7 +58,7 @@ async def get_data_from_library(
|
|||
client = SensiboClient("123467890", aioclient_mock.create_session(hass.loop))
|
||||
with patch("pysensibo.SensiboClient.async_get_devices", return_value=load_json):
|
||||
output = await client.async_get_devices_data()
|
||||
await client._session.close() # pylint: disable=protected-access
|
||||
await client._session.close()
|
||||
return output
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue