From 6505a94a221934f7d0a4e84311ada476508208db Mon Sep 17 00:00:00 2001 From: tserg <8017125+tserg@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:45:07 +0800 Subject: [PATCH] fix lint --- tests/functional/syntax/test_for_range.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/syntax/test_for_range.py b/tests/functional/syntax/test_for_range.py index fe5b378501..3941d8ec44 100644 --- a/tests/functional/syntax/test_for_range.py +++ b/tests/functional/syntax/test_for_range.py @@ -92,7 +92,7 @@ def foo(): pass """, StructureException, - ) + ), ]