Skip to content

Commit

Permalink
fix: Sort imports correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousLearner committed Mar 26, 2024
1 parent 7fd2e7d commit e4c00a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pattern_library/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json

from django.http import Http404, HttpResponse
from django.template.loader import render_to_string, get_template
from django.template.loader import get_template, render_to_string
from django.utils.decorators import method_decorator
from django.utils.html import escape
from django.utils.safestring import mark_safe
Expand Down

0 comments on commit e4c00a6

Please sign in to comment.