PEP8: fix E302: expected 2 blank lines, found 1
[metze/samba/wip.git] / python / samba / tests / docs.py
index 6a0fcf11099e3a3e2f7fb0a3ff6b4902ec6d99a3..c14e3c50e06857d71207e507e99234ac41e3b7c9 100644 (file)
@@ -27,6 +27,7 @@ import re
 import subprocess
 import xml.etree.ElementTree as ET
 
+
 class TestCase(samba.tests.TestCaseInTempDir):
 
     def _format_message(self, parameters, message):
@@ -96,6 +97,7 @@ def get_documented_tuples(sourcedir, omit_no_default=True):
         yield name, default_text, context, param_type
     p.close()
 
+
 class SmbDotConfTests(TestCase):
 
     # defines the cases where the defaults may differ from the documentation