fix(dns): remove redundant docstring

This commit is contained in:
missytake
2026-05-07 15:08:28 +02:00
committed by holger krekel
parent fb322fde2d
commit ac58b3fe6f

View File

@@ -65,7 +65,6 @@ def get_dkim_entry(mail_domain, pre_command, dkim_selector):
def get_authoritative_ns(domain):
"""Get autoritative nameserver from the SOA record."""
ns_replies = [
x.split()
for x in shell(