Update netbox/extras/tables/tables.py

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
Abhimanyu Saharan 2023-05-05 18:39:15 +05:30 committed by GitHub
parent c4f26337a4
commit af20f358db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
import json
import django_tables2 as tables
from django.conf import settings
import json
from extras.models import *
from netbox.tables import NetBoxTable, columns
from .template_code import *