#6732 - Fix imports and other small items

This commit is contained in:
Daniel Sheppard
2021-10-29 14:54:55 -05:00
parent a30e7bf34f
commit 3991115ae5
11 changed files with 8 additions and 23 deletions

View File

@@ -7,7 +7,6 @@ from ipam.models import *
from netbox.api.views import ModelViewSet
from utilities.utils import count_related
from . import mixins, serializers
from ..models import ASN
class IPAMRootView(APIRootView):