Skip to content

Commit

Permalink
Minor linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Feb 9, 2018
1 parent 2778cc3 commit fc5769d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netmiko/ssh_autodetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
'huawei': {
"cmd": "display version | inc Huawei",
"search_patterns": [
"Huawei Technologies",
"Huawei Technologies",
"Huawei Versatile Routing Platform Software"
],
"priority": 99,
Expand All @@ -110,8 +110,8 @@
'juniper_junos': {
"cmd": "show version | match JUNOS",
"search_patterns": [
"JUNOS Software Release",
"JUNOS .+ Software",
"JUNOS Software Release",
"JUNOS .+ Software",
"JUNOS OS Kernel",
],
"priority": 99,
Expand Down

0 comments on commit fc5769d

Please sign in to comment.