Closed frenck closed 3 years ago
This PR fixes a bunch of things:
Dict
dict
List
list
abc.ABCMeta
ABCMeta
expire_time
get()
Styling improvements:
This PR has been tested against the latest Home Assistant development branch to ensure it's working.
I had a look into the changes and I could not find any typo corrections with expire_time
This PR fixes a bunch of things:
Dict
(replaced bydict
to fix it)List
(replaced bylist
to fix it)abc.ABCMeta
(replaced byABCMeta
to fix it)expire_time
get()
without a default, which may caused exceptions when the variable was later used in an iteration.Styling improvements:
This PR has been tested against the latest Home Assistant development branch to ensure it's working.