Skip to content

Commit 2629b5c

Browse files
Merge pull request #109 from SWR-MoIP/finding-autofix-518
Fix for Implicit string concatenation in a list
2 parents 7400b13 + 75b561b commit 2629b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/videoipath_automation_tool/apps/inventory/model/inventory_device_configuration_compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def analyze_inventory_devices(
109109
"type_changes", # Indicates changes in the data type of an object
110110
"iterable_item_added", # Identifies items added to an iterable (e.g., lists, tuples)
111111
"iterable_item_removed", # Identifies items removed from an iterable (e.g., lists, tuples)
112-
"unprocessed" # Indicates differences that were not processed by DeepDiff
112+
"unprocessed", # Indicates differences that were not processed by DeepDiff
113113
"dictionary_item_added", # Identifies items added to a dictionary
114114
"dictionary_item_removed", # Identifies items removed from a dictionary
115115
]

0 commit comments

Comments
 (0)