Skip to content

Commit 39338c9

Browse files
committed
Update utils.py
Define default value for mgmt_only
1 parent a79a9c8 commit 39338c9

File tree

1 file changed

+1
-1
lines changed
  • netbox_interface_synchronization

1 file changed

+1
-1
lines changed

netbox_interface_synchronization/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class UnifiedInterface:
2424
name: str
2525
type: str
2626
type_display: str
27-
mgmt_only: bool
27+
mgmt_only: bool = False
2828
is_template: bool = False
2929

3030
def __eq__(self, other):

0 commit comments

Comments
 (0)