From 0312de72e1bdbd8e888b6f80fd9b854f5466eb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Wed, 30 Aug 2023 11:17:02 +0200 Subject: cq: Fix ruff PERF102 errors --- test/common/test_styling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/common/test_styling.py b/test/common/test_styling.py index bf7424df2..63d4f2600 100644 --- a/test/common/test_styling.py +++ b/test/common/test_styling.py @@ -522,7 +522,7 @@ class Test(unittest.TestCase): return f'Prologue (link: {link}), and epilogue!' def test_styling(self): - for _name, params in STYLING.items(): + for params in STYLING.values(): assert isinstance(params['input'], str) result = styling.process(params['input']) self.assertEqual(result.blocks, params['tokens']) -- cgit v1.2.3