From 1d02709af2bb9626c8c6d7ea2a5eff68a9aa14e1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 Mar 2026 21:58:43 +0530 Subject: [PATCH] pep8 --- setup/translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/translations.py b/setup/translations.py index c0a0069afa..f8519d312a 100644 --- a/setup/translations.py +++ b/setup/translations.py @@ -555,7 +555,7 @@ class Translations(POT): # {{{ continue l = f.partition('.')[0] pf = l.split('_')[0] - if pf in {'en'}: + if pf == 'en': continue d = os.path.join(tdir, l + '.mo') f = os.path.join(srcbase, f)