Skip to content

Commit 442bbe3

Browse files
committed
Remove unnecessary decorator
1 parent 57af54d commit 442bbe3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_repl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ def f():
404404
self.assertEqual(traceback_lines, expected_lines)
405405

406406

407-
@support.force_not_colorized_test_class
408407
class TestAsyncioREPL(unittest.TestCase):
409408
def test_multiple_statements_fail_early(self):
410409
user_input = "1 / 0; print(f'afterwards: {1+1}')"

0 commit comments

Comments
 (0)