mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
sambatool sites: PEP8/flake8 improvements
We were nearly there, so lets make the jump. This involves removing some unused variables. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
committed by
Andrew Bartlett
parent
149c0756b4
commit
bb64abf954
@ -94,6 +94,7 @@ def create_site(samdb, configDn, siteName):
|
||||
|
||||
return True
|
||||
|
||||
|
||||
def delete_site(samdb, configDn, siteName):
|
||||
"""
|
||||
Delete a site
|
||||
|
Reference in New Issue
Block a user