mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-04 19:39:38 +00:00
lint with black python. convert f style strings to old one. some small fixes
This commit is contained in:
@@ -8,12 +8,11 @@ from django.contrib.auth.models import Permission
|
||||
from django.http.response import Http404
|
||||
from django.shortcuts import reverse
|
||||
from django.test import TestCase
|
||||
from instances.views import instance
|
||||
from libvirt import VIR_DOMAIN_UNDEFINE_NVRAM
|
||||
from vrtManager.create import wvmCreate
|
||||
from vrtManager.util import randomUUID
|
||||
|
||||
from instances.views import instance
|
||||
|
||||
from .models import Flavor, Instance
|
||||
from .utils import refr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user