Skip to content

Commit e939773

Browse files
Fix for Implicit string concatenation in a list
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 7400b13 commit e939773

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)