From d0276f22c129f52d7a321b47cce84787ed81b41d Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 16 Apr 2018 01:30:02 +0200 Subject: [PATCH] Reorganize imports --- datacenterlight/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacenterlight/views.py b/datacenterlight/views.py index e2d28245..7f498824 100644 --- a/datacenterlight/views.py +++ b/datacenterlight/views.py @@ -19,7 +19,7 @@ from hosting.models import HostingOrder from membership.models import CustomUser, StripeCustomer from opennebula_api.serializers import VMTemplateSerializer from utils.forms import BillingAddressForm, BillingAddressFormSignup -from utils.hosting_utils import get_vm_price, get_vm_price_with_vat +from utils.hosting_utils import get_vm_price_with_vat from utils.stripe_utils import StripeUtils from utils.tasks import send_plain_email_task from .forms import ContactForm