D210: fix

This commit is contained in:
Jörg Thalheim
2025-08-25 12:32:50 +02:00
parent d9e6e0c540
commit 917407c475

View File

@@ -25,9 +25,7 @@ class Host:
@dataclass
class DNSInfo:
""" "
mDNS/DNS-SD services discovered on the network
"""
"""mDNS/DNS-SD services discovered on the network."""
services: dict[str, Host]