Skip to content

Commit dee290b

Browse files
Merge pull request #110 from SWR-MoIP/finding-autofix-519
Fix for Implicit string concatenation in a list
2 parents 2629b5c + e939773 commit dee290b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/videoipath_automation_tool/apps/topology/model/topology_device_configuration_compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def compare_nGraphElement(
9494
"type_changes", # Indicates changes in the data type of an object
9595
"iterable_item_added", # Identifies items added to an iterable (e.g., lists, tuples)
9696
"iterable_item_removed", # Identifies items removed from an iterable (e.g., lists, tuples)
97-
"unprocessed" # Indicates differences that were not processed by DeepDiff
97+
"unprocessed", # Indicates differences that were not processed by DeepDiff
9898
"dictionary_item_added", # Identifies items added to a dictionary
9999
"dictionary_item_removed", # Identifies items removed from a dictionary
100100
]

0 commit comments

Comments
 (0)