mirror of
https://github.com/samba-team/samba.git
synced 2025-12-23 00:23:53 +03:00
python: Remove unnecessary f‐strings
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
b4de22a74d
commit
1798342735
@@ -128,8 +128,8 @@ class cmd_delegation_show(Command):
|
||||
|
||||
if not ignore:
|
||||
if first:
|
||||
self.outf.write(f' Principals that may delegate to this '
|
||||
f'account:\n')
|
||||
self.outf.write(' Principals that may delegate to this '
|
||||
'account:\n')
|
||||
first = False
|
||||
|
||||
self.outf.write(f'msDS-AllowedToActOnBehalfOfOtherIdentity: '
|
||||
|
||||
Reference in New Issue
Block a user