mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove dupe supports_session method from eos module_utils (#23240)
Fixes #23237
This commit is contained in:
parent
d85f4a443f
commit
2e89126af7
1 changed files with 0 additions and 4 deletions
|
@ -111,10 +111,6 @@ class Cli:
|
|||
rc, out, err = self.exec_command(cmd)
|
||||
return out.endswith('#')
|
||||
|
||||
def supports_sessions(self):
|
||||
rc, out, err = self.exec_command('show configuration sessions')
|
||||
return rc == 0
|
||||
|
||||
def get_config(self, flags=[]):
|
||||
"""Retrieves the current config from the device or cache
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue