From 65045060ac29f71f4e0067f521ff8833bb9d5c39 Mon Sep 17 00:00:00 2001
From: Keerthi Vasan <sakeerthi23@gmail.com>
Date: Sat, 22 Jun 2024 10:33:36 +0530
Subject: [PATCH] chore: fix pre-commit hooks

---
 django/utils/text.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django/utils/text.py b/django/utils/text.py
index f08fb2458a..5e061f22d1 100644
--- a/django/utils/text.py
+++ b/django/utils/text.py
@@ -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