-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
I tried to use the exclude_paths keyword in my code, and got a TypeError exception.
The README example gives the same result.
1083 """
1084 Computes the difference between two JSON structures using a specified JsonDiffer class.
1085
(...)
1091 :return: The computed diff.
1092 """
-> 1093 return cls(**kwargs).diff(a, b, fp)
TypeError: JsonDiffer.__init__() got an unexpected keyword argument 'exclude_paths'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels