flake8 fixes and code cleanup
This commit is contained in:
parent
ef7d318c8c
commit
435df24698
6 changed files with 36 additions and 35 deletions
|
|
@ -1,5 +1,6 @@
|
|||
from netbox_agent.server import ServerBase
|
||||
|
||||
|
||||
class HPHost(ServerBase):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(HPHost, self).__init__(*args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue