Skip to content

Commit

Permalink
ip_address is never None
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 11, 2024
1 parent ab3a1f3 commit d15479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_machine/tags/iptag.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(
self._destination_y = destination_y

@property
def ip_address(self) -> Optional[str]:
def ip_address(self) -> str:
"""
The IP address to which SDP packets with this tag will be sent.
"""
Expand Down

0 comments on commit d15479b

Please sign in to comment.