We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b5b46 commit e470ad1Copy full SHA for e470ad1
netmiko/huawei/huawei_smartax.py
@@ -212,6 +212,3 @@ class HuaweiSmartAXSSHMMI(HuaweiSmartAXSSH):
212
def session_preparation(self) -> None:
213
super().session_preparation()
214
self._enter_mmi_mode()
215
-
216
- def cleanup(self, command: str = "quit") -> None:
217
- super().cleanup(command=command)
0 commit comments