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 Jul 28, 2024
1 parent 38758ac commit 97a76bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
def classname(obj):
return obj.__class__.__name__


@register.filter
def order_tags(tags):
return tags.order_by('name')
return tags.order_by("name")
1 change: 0 additions & 1 deletion sample_taggit/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ reset-db:
python manage.py migrate zero;
python manage.py migrate;
python manage.py loaddata library_management/fixtures/*.json

0 comments on commit 97a76bf

Please sign in to comment.