Update pylint to 2.15.7 (#82977)
This commit is contained in:
parent
0316800347
commit
490aec0b11
4 changed files with 3 additions and 4 deletions
|
@ -296,7 +296,7 @@ class ESPHomeClient(BaseBleakClient):
|
|||
address_type=self._address_type,
|
||||
)
|
||||
)
|
||||
except Exception: # pylint: disable=broad-except
|
||||
except Exception:
|
||||
with contextlib.suppress(BleakError):
|
||||
# If the connect call throws an exception,
|
||||
# we need to make sure we await the future
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue