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
|
||||
import netbox_agent.dmidecode as dmidecode
|
||||
from netbox_agent.logging import logging
|
||||
from netbox_agent.hp.hp import HPHost
|
||||
from netbox_agent.logging import logging # NOQA
|
||||
|
||||
MANUFACTURERS = {
|
||||
'Dell Inc.': DellHost,
|
||||
|
|
Loading…
Reference in a new issue