PEP8: fix E302: expected 2 blank lines, found 1
[metze/samba/wip.git] / python / samba / netcmd / dns.py
index 26c7551bc22480499eba5582e6b66a04d7919914..072faef67ca5ad6c066e341eae6d4170f3f727fb 100644 (file)
@@ -41,6 +41,7 @@ from samba.dcerpc import dnsp, dnsserver
 
 from samba.dnsserver import ARecord, AAAARecord, PTRRecord, CNameRecord, NSRecord, MXRecord, SOARecord, SRVRecord, TXTRecord
 
+
 def dns_connect(server, lp, creds):
     if server.lower() == 'localhost':
         server = '127.0.0.1'