Skip to content

Commit 517f538

Browse files
committed
Remove trailing whitespace
1 parent 2f099df commit 517f538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsync/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +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
146+
diff_class: Diff or subclass thereof to use to calculate the diffs to use for synchronization
147147
"""
148148
if not isinstance(obj_type, str):
149149
raise ValueError(f"obj_type must be a string (not {type(obj_type)})")

0 commit comments

Comments
 (0)