We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dad543 commit 6085fd1Copy full SHA for 6085fd1
1 file changed
tests/__init__.py
@@ -64,7 +64,7 @@ def _wait_for_start(zc: Zeroconf) -> None:
64
65
@lru_cache(maxsize=None)
66
def has_working_ipv6():
67
- """Return True if if the system can bind an IPv6 address."""
+ """Return True if the system can bind an IPv6 address."""
68
if not socket.has_ipv6:
69
return False
70
0 commit comments