Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
isort, refs #680
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 23, 2021
1 parent 9dd3ece commit da961fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vaccinate/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from django.conf import settings
from django.contrib import admin, messages
from django.contrib.admin.models import LogEntry
from django.db import transaction
from django.db.models import Count, Exists, Max, Min, OuterRef, Q, TextField
from django.db.models.query import QuerySet
from django.db import transaction
from django.forms import Textarea
from django.http import HttpRequest, HttpResponseNotAllowed, HttpResponseRedirect
from django.template.loader import render_to_string
Expand Down

0 comments on commit da961fe

Please sign in to comment.