Skip to content

Commit 9d5fe7a

Browse files
author
Steve Keay
committed
Refactor: whitespace
1 parent e020305 commit 9d5fe7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/neutron-understack/neutron_understack/neutron_understack_mech.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ def _configure_switchport_on_bind(self, context: PortContext) -> None:
273273
vlan_tag = int(context.network.current.get("provider:segmentation_id"))
274274
else:
275275
vlan_tag = None
276+
276277
nb_vlan_group_id = self.update_nautobot(
277278
network_id, connected_interface_uuid, vlan_tag
278279
)

0 commit comments

Comments
 (0)