Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _wait_for_start(zc: Zeroconf) -> None:

@cache
def has_working_ipv6():
"""Return True if if the system can bind an IPv6 address."""
"""Return True if the system can bind an IPv6 address."""
if not socket.has_ipv6:
return False

Expand Down