1
0
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:
Joseph Sutton
2023-10-02 16:03:59 +13:00
committed by Andrew Bartlett
parent b4de22a74d
commit 1798342735
2 changed files with 3 additions and 3 deletions

View File

@@ -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: '