diff options
| author | Rob van der Linde <rob@catalyst.net.nz> | 2024-02-12 15:59:32 +1300 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2024-02-16 02:41:36 +0000 |
| commit | 1608dde944f8580511432bf4accdb0439f6106dd (patch) | |
| tree | 60d1644463cb1bd478a1cd2e810d489d33ab63ff /python | |
| parent | 68092f85fa4f86dfe553357c5f879b25c56a4866 (diff) | |
| download | samba-1608dde944f8580511432bf4accdb0439f6106dd.tar.gz samba-1608dde944f8580511432bf4accdb0439f6106dd.tar.bz2 samba-1608dde944f8580511432bf4accdb0439f6106dd.zip | |
netcmd: delegation: pep8 fix blank lines
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
Diffstat (limited to 'python')
| -rw-r--r-- | python/samba/netcmd/delegation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/samba/netcmd/delegation.py b/python/samba/netcmd/delegation.py index 840be2088a3..69588eaf896 100644 --- a/python/samba/netcmd/delegation.py +++ b/python/samba/netcmd/delegation.py @@ -135,7 +135,6 @@ class cmd_delegation_show(Command): self.outf.write(f'msDS-AllowedToActOnBehalfOfOtherIdentity: ' f'{trustee}\n') - def run(self, accountname, H=None, credopts=None, sambaopts=None, versionopts=None): lp = sambaopts.get_loadparm() creds = credopts.get_credentials(lp) |
