#2453 Addressing some flake8 corrections

This commit is contained in:
Charlie Crane
2024-04-09 13:45:27 +01:00
parent c13d3f191f
commit d02b12d1e5
2 changed files with 2 additions and 2 deletions

View File

@@ -319,7 +319,7 @@ class HostNode(Node):
@property
def arp(self) -> Optional[ARP]:
"""
Return the ARP Cache of the HostNode
Return the ARP Cache of the HostNode.
:return: ARP Cache for given HostNode
:rtype: Optional[ARP]

View File

@@ -33,7 +33,7 @@ class NetworkNode(Node):
@property
def arp(self) -> Optional[ARP]:
"""
Return the ARP Cache of the NetworkNode
Return the ARP Cache of the NetworkNode.
:return: ARP Cache for given NetworkNode
:rtype: Optional[ARP]