From 0a30991ecd9323bba4da189c52a6382426a77cca Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 7 Dec 2023 20:21:51 +0100 Subject: [PATCH] interface: fix pep8 about whitespace --- pyaoscx/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaoscx/interface.py b/pyaoscx/interface.py index 6c143c7..238a077 100644 --- a/pyaoscx/interface.py +++ b/pyaoscx/interface.py @@ -2424,7 +2424,7 @@ def configure_spanning_tree( if bpdu_filter_enable is not None: _stp_config["bpdu_filter_enable"] = bpdu_filter_enable - + if bpdu_guard_enable is not None: _stp_config["bpdu_guard_enable"] = bpdu_guard_enable