Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Keay committed Nov 26, 2024
1 parent cbf5af4 commit fc8368e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ def parse_lldp_port(port_data: dict[str, str]) -> dict:
port_name = normalize_interface_name(port_data["SwitchPortConnectionID"])
stale = str(port_data["StaleData"]) != "NotStale"


if mac in ["NOT AVAILABLE", "NO LINK", "NOT SUPPORTED"]:
return {
"remote_switch_mac_address": None,
Expand Down

0 comments on commit fc8368e

Please sign in to comment.