Skip to content

Commit

Permalink
Remove duplicated variable in datetime test assertion line
Browse files Browse the repository at this point in the history
  • Loading branch information
TizzySaurus committed Jun 18, 2023
1 parent 7e9154b commit 26338f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/datetimetester.py
Original file line number Diff line number Diff line change
Expand Up @@ -4205,7 +4205,7 @@ def test_fromisoformat_timezone(self):

with self.subTest(tstr=tstr):
t_rt = self.theclass.fromisoformat(tstr)
assert t == t_rt, t_rt
assert t == t_rt

def test_fromisoformat_timespecs(self):
time_bases = [
Expand Down

0 comments on commit 26338f5

Please sign in to comment.