mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-23 06:24:44 +00:00
Remove unused import.
This commit is contained in:
parent
0dd826547b
commit
c89aac29fa
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ You will need to execute this command in two cases:
|
|||
Credits: Heavily inspired by django-transmeta's sync_transmeta_db command.
|
||||
"""
|
||||
from optparse import make_option
|
||||
from django.conf import settings
|
||||
from django.core.management.base import NoArgsCommand
|
||||
from django.core.management.color import no_style
|
||||
from django.db import connection, transaction
|
||||
|
|
|
|||
Loading…
Reference in a new issue