mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +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
|
|
@ -5,7 +5,7 @@ import gzip
|
|||
from io import BytesIO
|
||||
import random
|
||||
import re
|
||||
from unittest import expectedFailure, skipIf
|
||||
from unittest import skipIf
|
||||
import warnings
|
||||
|
||||
from django.conf import settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue