PEP8: fix E303: too many blank lines (2)
[samba.git] / python / samba / tests / docs.py
index c14e3c50e06857d71207e507e99234ac41e3b7c9..c32f894b70769cae6e9d5ecf3619c6f94c107405 100644 (file)
@@ -148,7 +148,6 @@ class SmbDotConfTests(TestCase):
         except:
             self.fail("Unable to load parameters")
 
-
     def tearDown(self):
         super(SmbDotConfTests, self).tearDown()
         os.unlink(self.smbconf)
@@ -372,7 +371,6 @@ class SmbDotConfTests(TestCase):
                         doc_triple = "%s\n      Expected: %s" % (param, value_to_use)
                         failset.add("%s\n      Got: %s" % (doc_triple, value_found))
 
-
         if len(failset) > 0:
             self.fail(self._format_message(failset,
                                            "Parameters that were unexpectedly not set:"))