Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
vvas1lev committed Aug 12, 2024
1 parent 423e623 commit 34e90aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions napalm/ios/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -3797,9 +3797,9 @@ def _get_vlan_all_ports(self, output, _vlan_id, _vlan_name):
if intf.strip()
]
)

if len(vlans).keys() > 1:
del(vlans[vlan_id])
del vlans[vlan_id]

return vlans

Expand Down

0 comments on commit 34e90aa

Please sign in to comment.