From 88de7cfc80d2f2260c26ff887f2566610c1fbcb3 Mon Sep 17 00:00:00 2001 From: Mehraz Hossain Rumman <59512321+MehrazRumman@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:41:57 +0600 Subject: [PATCH] Reorder import statements in test file --- tests/test_templatetags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_templatetags.py b/tests/test_templatetags.py index eaa0363bd..072796628 100644 --- a/tests/test_templatetags.py +++ b/tests/test_templatetags.py @@ -1,6 +1,6 @@ import unittest -import django +import django from django.template import Context, Template from django.test import TestCase, override_settings from django.utils.html import urlize