Remove an unused import

Usages of this import were removed across multiple PRs so this wasn't picked up before merge
pull/8335/head
Karl Hobley 2022-04-16 11:00:35 +01:00 zatwierdzone przez GitHub
rodzic 44b1ee6af7
commit 72e0be7a45
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,6 @@ from django.core.paginator import Paginator
from django.db import transaction
from django.http import Http404
from django.shortcuts import get_object_or_404, redirect
from django.template.response import TemplateResponse
from django.urls import reverse
from django.utils.text import capfirst
from django.utils.translation import gettext as _