Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed May 3, 2024
1 parent 95ec342 commit 07c92b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions netmiko/aruba/aruba_cx.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ def check_config_mode(
pattern: str = r"[>#]",
force_regex: bool = False,
) -> bool:
"""
Checks if the device is in configuration mode or not.
Aruba uses "(<controller name>)(config)#" as config prompt
"""
return super().check_config_mode(check_string=check_string, pattern=pattern)

def config_mode(
Expand Down

0 comments on commit 07c92b5

Please sign in to comment.