Reorganize imports

This commit is contained in:
PCoder 2018-07-01 16:36:36 +02:00
parent 43b3a63958
commit 5851277d9a

View file

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