Reorder import statements in test file

This commit is contained in:
Mehraz Hossain Rumman 2025-11-06 12:41:57 +06:00 committed by GitHub
parent d68ca125ee
commit 88de7cfc80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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