Skip to content

Commit ea23463

Browse files
committed
Refactor whitespace in networks_appliance_content_filtering.py for improved readability.
1 parent 4a2448e commit ea23463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/action/networks_appliance_content_filtering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def requires_update(self, current_obj):
145145
# Method 1. Params present in request (Ansible) obj are the same as the current (ISE) params
146146
# If any does not have eq params, it requires update
147147

148-
new_blocked_url_categories =[]
148+
new_blocked_url_categories = []
149149
for category in current_obj.get("blockedUrlCategories"):
150150
new_blocked_url_categories.append(category.get("id"))
151151

0 commit comments

Comments
 (0)