Fix flake8 warnings
This commit is contained in:
parent
c63e3cb0ff
commit
60b233f082
3 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,6 @@ from datacenterlight.tasks import create_vm_task
|
|||
from membership.models import StripeCustomer
|
||||
from opennebula_api.serializers import VMTemplateSerializer
|
||||
from utils.hosting_utils import get_vm_price
|
||||
from utils.models import BillingAddress
|
||||
from utils.stripe_utils import StripeUtils
|
||||
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ from hosting.forms import HostingUserLoginForm
|
|||
from membership.models import CustomUser, StripeCustomer
|
||||
from opennebula_api.serializers import VMTemplateSerializer
|
||||
from utils.forms import (
|
||||
BillingAddressForm, BillingAddressFormSignup, UserBillingAddressForm
|
||||
BillingAddressForm, BillingAddressFormSignup
|
||||
)
|
||||
from utils.hosting_utils import get_vm_price
|
||||
from utils.mailer import BaseEmail
|
||||
|
|
Loading…
Reference in a new issue