Skip to content

Commit

Permalink
update tests for ncclient>=0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-sahlmann committed Oct 20, 2023
1 parent ee31d04 commit e96194b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_mb_netmgmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import ncclient.manager
import paramiko
import pytest
from ncclient.transport.session import BASE_NS_1_0, to_ele
from ncclient.transport.ssh import MSG_DELIM
from ncclient.transport.session import BASE_NS_1_0, MSG_DELIM, to_ele
from scapy.layers.snmp import ASN1_NULL, SNMPvarbind

from mb_netmgmt import mb, netconf, snmp, ssh, use_scalar_strings, yaml
Expand Down

0 comments on commit e96194b

Please sign in to comment.