ignore unused statement
This commit is contained in:
parent
b60860e0f5
commit
14e061159d
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@ import argparse
|
||||||
|
|
||||||
from netbox_agent.dell.dell import DellHost
|
from netbox_agent.dell.dell import DellHost
|
||||||
import netbox_agent.dmidecode as dmidecode
|
import netbox_agent.dmidecode as dmidecode
|
||||||
from netbox_agent.logging import logging
|
|
||||||
from netbox_agent.hp.hp import HPHost
|
from netbox_agent.hp.hp import HPHost
|
||||||
|
from netbox_agent.logging import logging # NOQA
|
||||||
|
|
||||||
MANUFACTURERS = {
|
MANUFACTURERS = {
|
||||||
'Dell Inc.': DellHost,
|
'Dell Inc.': DellHost,
|
||||||
|
|
Loading…
Add table
Reference in a new issue