mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +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):
|
||||
"""Get autoritative nameserver from the SOA record."""
|
||||
ns_replies = [
|
||||
x.split()
|
||||
for x in shell(
|
||||
|
||||
Reference in New Issue
Block a user