Skip to content

Commit 86a2e89

Browse files
committed
fix ruff
1 parent 9e94a21 commit 86a2e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox_branching/models/branches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,8 @@ def _collapse_changes_for_object(changes, logger):
532532
Collapse a list of ObjectChanges for a single object.
533533
Returns: (final_action, merged_data, last_change)
534534
535-
A key point is that we only care about the final state of the object. Also
536-
each ChangeObject needs to be correct so the final state is correct, i.e.
535+
A key point is that we only care about the final state of the object. Also
536+
each ChangeObject needs to be correct so the final state is correct, i.e.
537537
if we delete an object, there aren't going to be other objects still referencing it.
538538
539539
ChangeObject can have CREATE, UPDATE, and DELETE actions.

0 commit comments

Comments
 (0)