mirror of
https://github.com/samba-team/samba.git
synced 2025-12-20 16:23:51 +03:00
PEP8: fix E305: expected 2 blank lines after class or function definition, found 1
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@@ -156,6 +156,7 @@ def get_testparm_var(testparm, smbconf, varname):
|
||||
return lines[0].strip()
|
||||
return ""
|
||||
|
||||
|
||||
try:
|
||||
import samba.dckeytab
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user