Skip to content

Commit

Permalink
remove mibBuilder from mib
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvng committed Apr 30, 2024
1 parent 2d749f3 commit 1841cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exclude =
socs/mibs/MBG-SNMP-ROOT-MIB.py,
socs/mibs/IBOOTPDU-MIB.py,
socs/mibs/UPS-MIB.py,
socs/mibs/MBG-SYNCBOX-N2X-MIB.py,
versioneer.py,
docs/conf.py,
per-file-ignores =
Expand Down
3 changes: 0 additions & 3 deletions socs/mibs/MBG-SYNCBOX-N2X-MIB.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# On host HAWKING platform Linux version 5.15.90.1-microsoft-standard-WSL2 by user davidvng
# Using Python version 3.8.8 (default, Apr 13 2021, 19:58:26)
#
from pysnmp.smi import builder

mibBuilder = builder.MibBuilder()

Integer, ObjectIdentifier, OctetString = mibBuilder.importSymbols("ASN1", "Integer", "ObjectIdentifier", "OctetString")
NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
Expand Down

0 comments on commit 1841cff

Please sign in to comment.