mirror of
https://github.com/django/django.git
synced 2025-10-17 13:58:24 +00:00
flake8 fixes (unused imports and variables).
This commit is contained in:
parent
ffa238c3f7
commit
20f455b3d6
3 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@ import sys
|
|||
|
||||
from django.core import management
|
||||
from django.core.management import CommandError
|
||||
from django.core.management.base import BaseCommand
|
||||
from django.core.management.utils import popen_wrapper
|
||||
from django.test import SimpleTestCase
|
||||
from django.utils import translation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue