mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 04:48:06 +00:00
fix(dns): remove redundant docstring
This commit is contained in:
@@ -65,7 +65,6 @@ def get_dkim_entry(mail_domain, pre_command, dkim_selector):
|
|||||||
|
|
||||||
|
|
||||||
def get_authoritative_ns(domain):
|
def get_authoritative_ns(domain):
|
||||||
"""Get autoritative nameserver from the SOA record."""
|
|
||||||
ns_replies = [
|
ns_replies = [
|
||||||
x.split()
|
x.split()
|
||||||
for x in shell(
|
for x in shell(
|
||||||
|
|||||||
Reference in New Issue
Block a user