Skip to content

Commit

Permalink
interface: fix pep8 about whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Dec 7, 2023
1 parent 871253c commit 0a30991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaoscx/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0a30991

Please sign in to comment.