Skip to content

Commit 323b2da

Browse files
committed
Remove duplicated class name
1 parent 55e2c97 commit 323b2da

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Lib/test/test_traceback.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,20 +1871,6 @@ class PurePythonTracebackErrorCaretTests(
18711871
"""
18721872

18731873

1874-
@cpython_only
1875-
# @requires_debug_ranges() # XXX: RUSTPYTHON patch
1876-
@force_not_colorized_test_class
1877-
class PurePythonTracebackErrorCaretTests(
1878-
PurePythonExceptionFormattingMixin,
1879-
TracebackErrorLocationCaretTestBase,
1880-
unittest.TestCase,
1881-
):
1882-
"""
1883-
Same set of tests as above using the pure Python implementation of
1884-
traceback printing in traceback.py.
1885-
"""
1886-
1887-
18881874
@cpython_only
18891875
# @requires_debug_ranges() # XXX: RUSTPYTHON patch
18901876
@force_not_colorized_test_class

0 commit comments

Comments
 (0)