mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +00:00
Removed unused import
This commit is contained in:
parent
1913c1ac21
commit
dc90bf2ac8
@ -415,9 +415,6 @@ class BaseCommand(object):
|
||||
if options.get('stderr'):
|
||||
self.stderr = OutputWrapper(options.get('stderr'), self.stderr.style_func)
|
||||
|
||||
if self.can_import_settings:
|
||||
from django.conf import settings # NOQA
|
||||
|
||||
saved_locale = None
|
||||
if not self.leave_locale_alone:
|
||||
# Only mess with locales if we can assume we have a working
|
||||
|
Loading…
x
Reference in New Issue
Block a user