We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97d228 commit dde26c6Copy full SHA for dde26c6
1 file changed
tests/__init__.py
@@ -64,7 +64,7 @@ def _wait_for_start(zc: Zeroconf) -> None:
64
65
@cache
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