Skip to content

Commit

Permalink
Remove accidentally added print
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclips4 committed Jun 8, 2024
1 parent 6c369f4 commit 4382754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/datetimetester.py
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,6 @@ def test_insane_fromtimestamp(self):

def test_fromtimestamp_with_none_arg(self):
# See gh-120268 for more details
print(self.theclass)
with self.assertRaises(TypeError):
self.theclass.fromtimestamp(None)

Expand Down

0 comments on commit 4382754

Please sign in to comment.