Reorganize imports
This commit is contained in:
parent
43b3a63958
commit
5851277d9a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue