PEP8: fix E303: too many blank lines (2)
[nivanova/samba-autobuild/.git] / python / samba / netcmd / dns.py
index 072faef67ca5ad6c066e341eae6d4170f3f727fb..63ab346e0bdc2a85845736c25973463d144c6718 100644 (file)
@@ -403,8 +403,6 @@ def print_dnsrecords(outf, records):
                 print_dns_record(outf, dns_rec)
 
 
-
-
 # Convert data into a dns record
 def data_to_dns_record(record_type, data):
     if record_type == dnsp.DNS_TYPE_A: