ignore unused statement

This commit is contained in:
Solvik Blum 2019-08-07 15:37:14 +02:00
parent b60860e0f5
commit 14e061159d
No known key found for this signature in database
GPG key ID: CC12B3DC262B6C47

View file

@ -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,