Skip to content

Commit 2f099df

Browse files
committed
Update docstring for DiffElement
1 parent fc0c549 commit 2f099df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dsync/diff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def __init__(
143143
keys: Primary keys and values uniquely describing this object, as in DSyncModel.get_identifiers().
144144
source_name: Name of the source DSync object
145145
dest_name: Name of the destination DSync object
146+
diff_class: Diff or subclass thereof to use to calculate the diffs to use for synchronization
146147
"""
147148
if not isinstance(obj_type, str):
148149
raise ValueError(f"obj_type must be a string (not {type(obj_type)})")

0 commit comments

Comments
 (0)