Skip to content

Commit 46d951f

Browse files
committed
Remove override
1 parent 3de1609 commit 46d951f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/cisco_gnmi/xr.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -367,17 +367,3 @@ def get_cli_commands(self, cli_commands):
367367
)
368368
return self.get(gnmi_path, encoding='ASCII')
369369

370-
def parse_cli_command_to_gnmi_path(self, cli_command):
371-
"""A convenience wrapper for parse_cli_command_to_gnmi_path() that creates the proto.gnmi_pb2.Path for the
372-
supplied CLI command.
373-
374-
Parameters
375-
----------
376-
cli_command : str
377-
A CLI command as str
378-
379-
Returns
380-
-------
381-
parse_cli_command_to_gnmi_path()
382-
"""
383-
return super(XRClient, self).parse_cli_command_to_gnmi_path(cli_command)

0 commit comments

Comments
 (0)