flake8 fixes and code cleanup

This commit is contained in:
Solvik Blum 2019-08-03 23:51:00 +02:00
commit 435df24698
No known key found for this signature in database
GPG key ID: CC12B3DC262B6C47
6 changed files with 36 additions and 35 deletions

View file

@ -1,5 +1,6 @@
from netbox_agent.server import ServerBase
class HPHost(ServerBase):
def __init__(self, *args, **kwargs):
super(HPHost, self).__init__(*args, **kwargs)