Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def analyze_inventory_devices(
"type_changes", # Indicates changes in the data type of an object
"iterable_item_added", # Identifies items added to an iterable (e.g., lists, tuples)
"iterable_item_removed", # Identifies items removed from an iterable (e.g., lists, tuples)
"unprocessed" # Indicates differences that were not processed by DeepDiff
"unprocessed", # Indicates differences that were not processed by DeepDiff
"dictionary_item_added", # Identifies items added to a dictionary
"dictionary_item_removed", # Identifies items removed from a dictionary
]
Expand Down
Loading