1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +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 secrets
import unicodedata
from collections.abc import Sized
from collections import deque
from collections.abc import Sized
from gzip import GzipFile
from gzip import compress as gzip_compress
from html import escape