mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Minor cleanup
This commit is contained in:
parent
3478772844
commit
7b99cbab6e
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ import difflib
|
||||||
import json
|
import json
|
||||||
|
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from django.http import (Http404, HttpResponse, HttpResponseBadRequest,
|
from django.http import Http404, HttpResponse, HttpResponseBadRequest, \
|
||||||
HttpResponseRedirect)
|
HttpResponseRedirect
|
||||||
from django.shortcuts import get_object_or_404
|
from django.shortcuts import get_object_or_404
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from django.utils.translation import ugettext
|
from django.utils.translation import ugettext
|
||||||
|
|
Loading…
Reference in a new issue