PEP8: fix E124: closing bracket does not match visual indentation
authorJoe Guo <joeg@catalyst.net.nz>
Mon, 3 Sep 2018 13:05:31 +0000 (01:05 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Sep 2018 10:10:12 +0000 (12:10 +0200)
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/gp_sec_ext.py
source4/torture/drs/python/getnc_exop.py

index 439d016f0a046e10f6646590abed8965df0e4b71..d74dd252fc13a79bf1d9dbcc4e6631a86098eea6 100644 (file)
@@ -43,7 +43,7 @@ class inf_to_kdc_tdb(gp_ext_setter):
                                                  self.mins_to_hours),
                  'kdc:renewal_lifetime': (self.set_kdc_tdb,
                                           self.days_to_hours),
-                 }
+                }
 
     def __str__(self):
         return 'Kerberos Policy'
@@ -102,7 +102,7 @@ class inf_to_ldb(gp_ext_setter):
                  "minPwdLength": (self.ch_minPwdLength, self.explicit),
                  "pwdProperties": (self.ch_pwdProperties, self.explicit),
 
-                 }
+                }
 
     def __str__(self):
         return 'System Access'
index 2084db42eabc364bc3c2a6daa26290e242672069..ca73840f29cd9a6794e193ac3a930d7b9b8619e8 100644 (file)
@@ -1036,7 +1036,7 @@ class DrsReplicaSyncSortTestCase(drs_base.DrsBaseTestCase):
                                            drsuapi.DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE,
                                            g_guid,
                                            u2_guid),
-        ])
+                              ])
 
         dc_guid_1 = self.ldb_dc1.get_invocation_id()