mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
PEP8: fix E124: closing bracket does not match visual indentation
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>
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user