chore: reword comment

This commit is contained in:
aclist 2026-06-24 01:04:07 +09:00
parent c751b277d0
commit 413d84b2b5

View File

@ -289,7 +289,7 @@ def query_direct(ip: str, qport: int, timeout: float = 3.0) -> dict[str, Any] |
def get_details(record: Record) -> Details:
# TODO: exceptions are handled internally here, but get_rules delegates them to caller
# TODO: consolidate try/except statements
ip = record.ip
qport = record.qport
default_str = strings.none_provided