Skip to content

Commit ef013d7

Browse files
authored
Update test_snmp_server.py
1 parent 1a3619c commit ef013d7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/test_snmp_server.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
from __future__ import annotations
22

33
import pytest
4-
from pysnmp.hlapi import (
5-
CommunityData,
6-
ContextData,
7-
getCmd,
8-
ObjectIdentity,
9-
ObjectType,
10-
SnmpEngine,
11-
UdpTransportTarget,
12-
)
134

145
from honeypots import QSNMPServer
156
from .utils import (

0 commit comments

Comments
 (0)