summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/samba/netcmd/delegation.py1
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)