Skip to content

Commit

Permalink
No module named 'netmiko.ssh_exception' as of netmiko>=4.1.1 napalm-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
v12aml authored Nov 17, 2023
1 parent b0d5196 commit 2a7430b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm_ce/ce.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# import third party lib
from netmiko import ConnectHandler
try:
from netmiko.ssh_exception import NetMikoTimeoutException
from netmiko.exceptions import NetMikoTimeoutException
except ModuleNotFoundError:
from netmiko import NetMikoTimeoutException

Expand Down

0 comments on commit 2a7430b

Please sign in to comment.