mirror of
https://github.com/samba-team/samba.git
synced 2025-12-09 00:23:50 +03:00
PEP8: fix E201: whitespace after '('
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:
@@ -233,7 +233,7 @@ class cmd_listobjects(Command):
|
||||
action='store_true', help="List objects recursively."),
|
||||
]
|
||||
|
||||
takes_args = [ "ou_dn" ]
|
||||
takes_args = ["ou_dn" ]
|
||||
takes_optiongroups = {
|
||||
"sambaopts": options.SambaOptions,
|
||||
"credopts": options.CredentialsOptions,
|
||||
|
||||
Reference in New Issue
Block a user