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 Apr 4, 2023
1 parent 3da4756 commit b548639
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_fsm_log/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def pre_transition_callback(sender, instance, name, source, target, **kwargs):

@staticmethod
def post_transition_callback(sender, instance, name, source, target, **kwargs):

klass = _get_concrete_model()

klass.pending_objects.commit_for_object(instance)
Expand Down

0 comments on commit b548639

Please sign in to comment.