diff --git a/gso/services/netbox_client.py b/gso/services/netbox_client.py index a54d784599ed5cbc1b5ae9413e1d51448350e9bd..4b117f26d9724d388ec4163a1a83131ca39102b6 100644 --- a/gso/services/netbox_client.py +++ b/gso/services/netbox_client.py @@ -235,7 +235,7 @@ class NetboxClient: f"The interface: {iface_name} on device: {device_name} belongs to a different LAG: {lag.name}." ) - # Remove physical interface from lag (i.e. remove the lag reference in the physical interface) + # Remove physical interface from lag (that is, remove the lag reference in the physical interface) iface.lag = None # Update physical interface