Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary comments
  • Loading branch information
gaogaotiantian committed Mar 15, 2024
commit 28e8312b6ed11b37df0783d73dcbb8e89c877dc3
1 change: 0 additions & 1 deletion Lib/test/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2945,7 +2945,6 @@ def test_pdbrc_empty_line(self):
c = 3
""")

# The empty lines need to have the same indentation as the other lines
pdbrc = textwrap.dedent("""
n

Expand Down