Add constructor return type in integrations A-D (#50903)
This commit is contained in:
parent
b1138b1aab
commit
cf228e3fe5
39 changed files with 54 additions and 46 deletions
|
@ -103,7 +103,7 @@ class BondDevice:
|
|||
class BondHub:
|
||||
"""Hub device representing Bond Bridge."""
|
||||
|
||||
def __init__(self, bond: Bond):
|
||||
def __init__(self, bond: Bond) -> None:
|
||||
"""Initialize Bond Hub."""
|
||||
self.bond: Bond = bond
|
||||
self._bridge: dict[str, Any] = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue