PEP8: fix E303: too many blank lines (2)
[samba.git] / python / samba / tests / join.py
index e2432d22f9a59b685958b5c3bb92f676147709dc..09a102e26af9963fe557bdf57c1e0614f830b87d 100644 (file)
@@ -82,9 +82,7 @@ class JoinTestCase(DNSTKeyTest):
 
         super(JoinTestCase, self).tearDown()
 
-
     def test_join_makes_records(self):
-
         "create a query packet containing one query record via TCP"
         p = self.make_name_packet(dns.DNS_OPCODE_QUERY)
         questions = []
@@ -117,7 +115,6 @@ class JoinTestCase(DNSTKeyTest):
         self.assertEquals(response.answers[0].rdata, self.join_ctx.dnshostname)
         self.assertEquals(response.answers[1].rr_type, dns.DNS_QTYPE_A)
 
-
     def test_join_records_can_update(self):
         dc_creds = Credentials()
         dc_creds.guess(self.join_ctx.lp)