Skip to content

Commit 9376ba3

Browse files
committed
removing session preparation as it is not needed
1 parent 0b83997 commit 9376ba3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

netmiko/smartoptics/smartoptics_dwdm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55

66
class SmartOpticsDWDMSSH(BaseConnection):
7-
def session_preparation(self):
8-
self._test_channel_read(pattern=r"[>#]")
9-
self.set_base_prompt()
10-
117
def set_base_prompt(
128
self,
139
pri_prompt_terminator="#",

0 commit comments

Comments
 (0)