PEP8: fix E305: expected 2 blank lines after class or function definition, found 1
[nivanova/samba-autobuild/.git] / source4 / dsdb / tests / python / ldap_schema.py
index 2ce7b79441d92283b324429bd35a74874dcaab3e..9a4003ae612fb703bd9eafa445ba7524f8ecb243 100755 (executable)
@@ -1645,6 +1645,7 @@ class SchemaTests_msDS_isRODC(samba.tests.TestCase):
             else:
                 self.assertTrue("msDS-isRODC" in ldb_msg)
 
+
 if not "://" in host:
     if os.path.isfile(host):
         host = "tdb://%s" % host