Skip to content

Commit

Permalink
fix pep fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed May 28, 2024
1 parent c2c3c42 commit 4706f6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/modules/aoscx_l2_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,7 @@ def main():
# Port Access
try:
modified_op |= interface.configure_port_access(
port_access_radius_override_enable=
port_access_radius_override_enable,
port_access_radius_override_enable=port_access_radius_override_enable,
port_access_clients_limit=port_access_clients_limit
)
except Exception as e:
Expand Down

0 comments on commit 4706f6e

Please sign in to comment.