Skip to content

Commit 5b9cd02

Browse files
committed
removed unused imports
1 parent 6cf5dfd commit 5b9cd02

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

netbox_floorplan/tables.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
from netbox.tables import NetBoxTable
44
from .models import Floorplan, FloorplanImage
55
from functools import cached_property
6-
from django.urls.exceptions import NoReverseMatch
76

87
from dcim.models import Rack, Device
98

10-
from utilities.views import get_action_url
11-
12-
139
class FloorplanImageTable(NetBoxTable):
1410
name = tables.Column(
1511
linkify=True,

0 commit comments

Comments
 (0)