Skip to content

Commit 6bdf5bb

Browse files
ambvFFY00
andauthored
Update Lib/test/test_contextlib.py
Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
1 parent cd63024 commit 6bdf5bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_contextlib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,6 @@ def test_exception(self):
11201120
raise RuntimeError("boom")
11211121
except RuntimeError as re:
11221122
assert str(re) == "boom"
1123-
pass
11241123
assert os.getcwd() == old_cwd
11251124

11261125

0 commit comments

Comments
 (0)