Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend committed Oct 22, 2024
1 parent e89b1cd commit 00cde2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netbox_ptov/views.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from dcnodatg import dcnodatg
# from django.db.models import Count
from netbox.views import generic
from . import filtersets, forms, models, tables
from .models import gns3srv
from netbox_ptov import filtersets, forms, models, tables
from netbox_ptov.models import gns3srv
from django.shortcuts import render, redirect
from django.contrib import messages
#from django.forms.models import ConfigContextModelQuerySet
Expand Down

0 comments on commit 00cde2b

Please sign in to comment.