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 18, 2024
1 parent f1d7a08 commit b983212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_history/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from django.template.defaultfilters import truncatechars
from django.urls import re_path, reverse
from django.utils.encoding import force_str
from django.utils.html import mark_safe, conditional_escape
from django.utils.html import conditional_escape, mark_safe
from django.utils.text import capfirst
from django.utils.translation import gettext as _

Expand Down

0 comments on commit b983212

Please sign in to comment.