mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Removed unneeded sys import added in previous commit
This commit is contained in:
@@ -4,7 +4,6 @@ from django.core import serializers
|
||||
from django.db import router, DEFAULT_DB_ALIAS
|
||||
from django.utils.datastructures import SortedDict
|
||||
|
||||
import sys
|
||||
from optparse import make_option
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
||||
Reference in New Issue
Block a user