Skip to content

Commit

Permalink
CI(eos_designs): Remove outdated code comment in eos_designs/python_m…
Browse files Browse the repository at this point in the history
…odules/network_services/ethernet_interfaces.py (#4225)
  • Loading branch information
laxmikantchintakindi authored Jul 18, 2024
1 parent dd0fac2 commit 2050930
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def ethernet_interfaces(self: AvdStructuredConfigNetworkServices) -> list | None
if not (self.shared_utils.network_services_l3 or self.shared_utils.network_services_l1 or self.shared_utils.l3_interfaces):
return None

# Using temp variables to keep the order of interfaces from Jinja
ethernet_interfaces = []
subif_parent_interface_names = set()

Expand Down

0 comments on commit 2050930

Please sign in to comment.