Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 24, 2024
1 parent 014b257 commit 8e7a66c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simple_history/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ def set_history_delta_changes(self, action_list: Sequence[HistoricalChanges]):
continue
delta = previous.diff_against(current)
previous.history_delta_changes = [
self.format_history_delta_change(change)
for change in delta.changes
self.format_history_delta_change(change) for change in delta.changes
]
previous = current

Expand Down

0 comments on commit 8e7a66c

Please sign in to comment.