1
0
mirror of https://github.com/django/django.git synced 2025-06-05 11:39:13 +00:00

chore: fix pre-commit hooks

This commit is contained in:
Keerthi Vasan 2024-06-22 10:33:36 +05:30
parent 38b6990abc
commit 65045060ac

View File

@ -4,8 +4,8 @@ import re
import reprlib import reprlib
import secrets import secrets
import unicodedata import unicodedata
from collections.abc import Sized
from collections import deque from collections import deque
from collections.abc import Sized
from gzip import GzipFile from gzip import GzipFile
from gzip import compress as gzip_compress from gzip import compress as gzip_compress
from html import escape from html import escape