Remove unused CommandError import
This commit is contained in:
parent
36f8bcbb5d
commit
daee582207
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
from Crypto.PublicKey import RSA
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
|
Loading…
Reference in a new issue