Skip to content

Commit

Permalink
Fix LGTM alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
sujinmkang committed Apr 6, 2020
1 parent c4abfec commit 0715a4b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tests/common/plugins/psu_controller/snmp_psu_controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@
import logging

from controller_base import PsuControllerBase
from controller_base import run_local_cmd

try:
from pysnmp.proto import rfc1902
from pysnmp.entity.rfc3413.oneliner import cmdgen
from pyasn1.type import univ
except:
logging.error("Missing required pysnmp module (check docs)")

from pysnmp.proto import rfc1902
from pysnmp.entity.rfc3413.oneliner import cmdgen

class snmpPsuController(PsuControllerBase):
"""
Expand Down

0 comments on commit 0715a4b

Please sign in to comment.