Remove unused imports
This commit is contained in:
parent
7442cbd9ca
commit
6666e40ec4
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
import json
|
|
||||||
import logging
|
import logging
|
||||||
import sys
|
|
||||||
|
|
||||||
from django.core.management.base import BaseCommand
|
from django.core.management.base import BaseCommand
|
||||||
from membership.models import CustomUser
|
|
||||||
from hosting.models import (
|
from hosting.models import (
|
||||||
HostingOrder, VMDetail, UserCardDetail, UserHostingKey
|
HostingOrder, VMDetail
|
||||||
)
|
)
|
||||||
|
from membership.models import CustomUser
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue