fix import
This commit is contained in:
parent
d1631580ce
commit
f30b0a1d63
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
import netbox_agent.dmidecode as dmidecode
|
||||||
from netbox_agent.config import netbox_instance as nb
|
from netbox_agent.config import netbox_instance as nb
|
||||||
|
|
||||||
PSU_DMI_TYPE = 39
|
PSU_DMI_TYPE = 39
|
||||||
|
|
|
||||||
1
netbox_agent/vendors/hp.py
vendored
1
netbox_agent/vendors/hp.py
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
|
import netbox_agent.dmidecode as dmidecode
|
||||||
from netbox_agent.server import ServerBase
|
from netbox_agent.server import ServerBase
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue