Skip to content

Commit

Permalink
Add comment on "unused" imports in snmp
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Sep 25, 2024
1 parent c973de6 commit f072893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/Snmp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

try:
# our highest preference is pynetsnmp, since it can support IPv6
import pynetsnmp # noqa: F401
import pynetsnmp # noqa: F401 - needed to set BACKEND
except ImportError:
pass
else:
Expand Down

0 comments on commit f072893

Please sign in to comment.