Skip to content

Commit 84d3b59

Browse files
committed
Fix Circular Import
1 parent 850dfae commit 84d3b59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netbox_lifecycle/ui/panels/contract.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
from netbox.ui import attrs, panels
44

5+
from netbox_lifecycle.ui.attributes import ColoredDateTimeAttr
6+
57
__all__ = (
68
'VendorPanel',
79
'SupportSKUPanel',
@@ -13,8 +15,6 @@
1315
'SupportContractAssignmentLicensePanel',
1416
)
1517

16-
from netbox_lifecycle.ui import ColoredDateTimeAttr
17-
1818

1919
class VendorPanel(panels.ObjectAttributesPanel):
2020
name = attrs.TextAttr('name')

0 commit comments

Comments
 (0)