PEP8: fix E303: too many blank lines (2)
[sfrench/samba-autobuild/.git] / source4 / dsdb / tests / python / ad_dc_search_performance.py
index 26cee2ef020f4ceb90ceb83b9fb76014ddb448c4..335ba9ba77faa692e83651ee34c2739d6108ff21 100644 (file)
@@ -190,8 +190,6 @@ class UserTests(samba.tests.TestCase):
                                                   maybe_not, maybe_not))
         random.seed(1)
 
-
-
         for (j, c1, c2, v1, v2,
              o1, o2, n1, n2) in random.sample(all_permutations, 100):
             expression = ''.join(['(', j,
@@ -257,7 +255,6 @@ class UserTests(samba.tests.TestCase):
             self._link_user_and_group(i, 0)
         self.state.next_linked_user = e
 
-
     test_00_01_adding_users_1000 = _test_add_many_users
 
     test_00_10_complex_search_1k_users = _test_complex_search