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 12, 2024
1 parent 113cfe0 commit 1570d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/example_app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
try:
from django.urls import reverse
except ImportError:
from django.core.urlresolvers import reverse
from django.urls import reverse


class Publisher(ModelMeta, models.Model):
Expand Down
2 changes: 1 addition & 1 deletion tests/example_app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
try:
from django.urls import reverse
except ImportError:
from django.core.urlresolvers import reverse
from django.urls import reverse


class PostDetailView(DetailView):
Expand Down

0 comments on commit 1570d77

Please sign in to comment.