Skip to content

Commit

Permalink
ci: Remove from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Nov 13, 2024
1 parent 319c6c2 commit e1e53bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anta/input_models/connectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __str__(self) -> str:
return f"Port {self.port} (Neighbor: {self.neighbor_device}, Neighbor Port: {self.neighbor_port})"


class Neighbor(LLDPNeighbor):
class Neighbor(LLDPNeighbor): # pragma: no cover
"""Alias for the LLDPNeighbor model to maintain backward compatibility.
When initialized, it will emit a deprecation warning and call the LLDPNeighbor model.
Expand Down

0 comments on commit e1e53bb

Please sign in to comment.