1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Clean up core API imports

This commit is contained in:
jeremystretch
2022-07-13 16:18:55 -04:00
parent 0b86326435
commit 3eb6b6c07f
26 changed files with 30 additions and 43 deletions

View File

@ -1,6 +1,6 @@
from django.urls import include, path
from netbox.api import NetBoxRouter
from netbox.api.routers import NetBoxRouter
from . import views