mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #21302 -- Fixed unused imports and import *.
This commit is contained in:
parent
9f76ea1eaa
commit
36ded01527
116 changed files with 248 additions and 181 deletions
|
@ -4,7 +4,6 @@ import pickle
|
|||
import unittest
|
||||
|
||||
from django.test.utils import override_settings
|
||||
from django.utils import six
|
||||
from django.utils import timezone
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue