Mostly PyLint and Flake8 updates.
Rewrote imports of exceptions to be from the exceptions module. Made nmap scanner check for libnmap dependency without crashing. Various flake8 and pylint updates.
This commit is contained in:
parent
0b6358e759
commit
f5b98c86f0
8 changed files with 32 additions and 23 deletions
|
@ -1,5 +1,6 @@
|
|||
""" Exceptions used by Home Assistant """
|
||||
|
||||
|
||||
class HomeAssistantError(Exception):
|
||||
""" General Home Assistant exception occured. """
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue