Skip to content

Commit

Permalink
fix: remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed Dec 13, 2024
1 parent b12585a commit e966ae7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sophosfirewall_python/firewallapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,6 @@ def update_rulegroup(
source_zones: list = None,
dest_zones: list = None,
policy_type: str = None,
policy_action: str = "add",
source_zone_action: str = "add",
dest_zone_action: str = "add",
debug: bool = False,
Expand Down

0 comments on commit e966ae7

Please sign in to comment.