PEP8: fix E303: too many blank lines (2)
[sfrench/samba-autobuild/.git] / python / samba / tests / dns_forwarder.py
index 1539710a21381145726cd496a6abd0cae0cd79fa..5c7a70e7051de60626b7c29ec017d55ef60d3650 100644 (file)
@@ -159,7 +159,6 @@ class DNSTest(TestCase):
         self.assert_dns_rcode_equals(response, dns.DNS_RCODE_OK)
 
 
-
 def contact_real_server(host, port):
     s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0)
     s.connect((host, port))
@@ -332,7 +331,6 @@ class TestDnsForwarding(DNSTest):
         except socket.timeout:
             self.fail("DNS server is too slow (timeout %s)" % timeout)
 
-
     def test_single_forwarder_waiting_forever(self):
         s = self.start_toy_server(dns_servers[0], 53, 'forwarder1')
         s.send('timeout 10000', 0)