From 9a82c3f1c6b0a82f07adc37832a1f686e2633fd4 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 21 Jan 2023 07:53:56 +0200 Subject: [PATCH] use tabs instead of spaces --- files/helpers/config/modaction_types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/config/modaction_types.py b/files/helpers/config/modaction_types.py index 98c5746ee8..abe01ebeb8 100644 --- a/files/helpers/config/modaction_types.py +++ b/files/helpers/config/modaction_types.py @@ -334,7 +334,7 @@ MODACTION_TYPES = { } MODACTION_PRIVILEGED_TYPES = {'shadowban', 'unshadowban', - 'mod_mute_user', 'mod_unmute_user', - 'link_accounts', 'delink_accounts'} + 'mod_mute_user', 'mod_unmute_user', + 'link_accounts', 'delink_accounts'} MODACTION_TYPES_FILTERED = deepcopy({t:v for t,v in MODACTION_TYPES.items() if not t in MODACTION_PRIVILEGED_TYPES})