Skip to content

Commit af0da15

Browse files
committed
REMOVE: redundant set_terminal_width
1 parent fbcd501 commit af0da15

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

netmiko/lancom/lancom_lcossx5.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ def session_preparation(self) -> None:
2020
super().disable_paging()
2121
self.clear_buffer()
2222

23-
def set_terminal_width(self, *args: Any, **kwargs: Any) -> str:
24-
"""
25-
LCOS SX 5 does not support 'terminal width', therefore skip it.
26-
"""
27-
return ""
28-
2923
def check_config_mode(
3024
self,
3125
check_string: str = "(Config)#",

0 commit comments

Comments
 (0)