From 5dc5a62c8479222b9fd3c09cd482177f863fa837 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 08:16:23 -0500 Subject: [pre-commit.ci] pre-commit autoupdate (#291) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- plugins/terminal/vyos.py | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/terminal') diff --git a/plugins/terminal/vyos.py b/plugins/terminal/vyos.py index b9e84d74..d5d57e7f 100644 --- a/plugins/terminal/vyos.py +++ b/plugins/terminal/vyos.py @@ -28,7 +28,6 @@ from ansible_collections.ansible.netcommon.plugins.plugin_utils.terminal_base im class TerminalModule(TerminalBase): - terminal_stdout_re = [ re.compile(rb"[\r\n]?[\w+\-\.:\/\[\]]+(?:\([^\)]+\)){,3}(?:>|#) ?$"), re.compile(rb"\@[\w\-\.]+:\S+?[>#\$] ?$"), -- cgit v1.2.3