Reorganize imports

This commit is contained in:
PCoder 2018-07-01 16:36:36 +02:00
parent 43b3a63958
commit 5851277d9a
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@ from hosting.models import HostingOrder, HostingBill
from membership.models import StripeCustomer
from utils.forms import UserBillingAddressForm
from utils.models import BillingAddress
from .models import VMPricing
from .cms_models import CMSIntegration
from .models import VMPricing
def get_cms_integration(name):