Skip to content

Commit e470ad1

Browse files
committed
Removing the cleanup method in the HuaweiSmartAXMMi mode as it is redundant.
1 parent 01b5b46 commit e470ad1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

netmiko/huawei/huawei_smartax.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,3 @@ class HuaweiSmartAXSSHMMI(HuaweiSmartAXSSH):
212212
def session_preparation(self) -> None:
213213
super().session_preparation()
214214
self._enter_mmi_mode()
215-
216-
def cleanup(self, command: str = "quit") -> None:
217-
super().cleanup(command=command)

0 commit comments

Comments
 (0)