Skip to content

Commit

Permalink
remove extra blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
aida-shumburo committed Oct 3, 2024
1 parent 2ab9ef2 commit 9f29b5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/module_utils/network/sonic/config/vxlans/vxlans.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,6 @@ def get_delete_vxlan_request(self, configs, have):
vrf_map_list = conf.get('vrf_map', None)
suppress_vlan_neigh_list = conf.get('suppress_vlan_neigh', None)



matched = next((each_vxlan for each_vxlan in have if each_vxlan['name'] == name), None)
if matched:
have_vlan_map = matched.get('vlan_map', [])
Expand Down

0 comments on commit 9f29b5a

Please sign in to comment.