mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
PEP8: fix E303: too many blank lines (2)
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:
@@ -38,7 +38,6 @@ from samba.netcmd import (
|
||||
)
|
||||
|
||||
|
||||
|
||||
class cmd_ntacl_set(Command):
|
||||
"""Set ACLs on a file."""
|
||||
|
||||
@@ -155,7 +154,6 @@ class cmd_ntacl_get(Command):
|
||||
elif use_s3fs:
|
||||
use_ntvfs = False
|
||||
|
||||
|
||||
s3conf = s3param.get_context()
|
||||
s3conf.load(lp.configfile)
|
||||
# ensure we are using the right samba_dsdb passdb backend, no matter what
|
||||
|
||||
Reference in New Issue
Block a user