forked from uncloud/uncloud
cleanup views/vmsnapshot
This commit is contained in:
parent
657dfc541e
commit
41a5eae879
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ from django.shortcuts import get_object_or_404
|
|||
from rest_framework import viewsets, permissions
|
||||
from rest_framework.response import Response
|
||||
|
||||
from .models import VMHost, VMProduct. VMSnapshotProduct
|
||||
from .models import VMHost, VMProduct, VMSnapshotProduct
|
||||
from uncloud_pay.models import Order
|
||||
|
||||
from .serializers import VMHostSerializer, VMProductSerializer, VMSnapshotProductSerializer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue