Remove extra line.

This commit is contained in:
Carlton Gibson 2022-07-14 14:09:21 +02:00
parent 79306680a1
commit 2889723927

View File

@ -159,8 +159,6 @@ if django.VERSION >= (4, 2):
# which is slightly different from the one in 4.2, it needs # which is slightly different from the one in 4.2, it needs
# the compatibility shim as well. # the compatibility shim as well.
from django.utils.http import parse_header_parameters from django.utils.http import parse_header_parameters
parse_header_parameters = parse_header_parameters
else: else:
# Django <= 4.1: create a compatibility shim for parse_header_parameters # Django <= 4.1: create a compatibility shim for parse_header_parameters
from django.http.multipartparser import parse_header from django.http.multipartparser import parse_header