PEP8: fix E302: expected 2 blank lines, found 1
[garming/samba-autobuild/.git] / python / samba / tests / dsdb.py
index 4110e8d209a51b1508cbe9e449ea066354443dc3..1537838ddb8fa3947015b43b8b7c927160f75444 100644 (file)
@@ -30,6 +30,7 @@ import ldb
 import samba
 import uuid
 
+
 class DsdbTests(TestCase):
 
     def setUp(self):
@@ -726,6 +727,7 @@ class DsdbTests(TestCase):
                                 str(part_dn) + "," + str(domain_dn)),
                          self.samdb.normalize_dn_in_domain(part_dn))
 
+
 class DsdbFullScanTests(TestCase):
 
     def setUp(self):