Remove unwanted import

This commit is contained in:
PCoder 2020-03-18 12:44:18 +05:30
parent 580960548e
commit 9d96ecefea
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ from utils.forms import (
)
from utils.hosting_utils import (
get_vm_price_with_vat, get_all_public_keys, get_vat_rate_for_country,
get_vm_price_for_given_vat, round_up
get_vm_price_for_given_vat
)
from utils.stripe_utils import StripeUtils
from utils.tasks import send_plain_email_task