Skip to content

Commit 26338f5

Browse files
committed
Remove duplicated variable in datetime test assertion line
1 parent 7e9154b commit 26338f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/datetimetester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4205,7 +4205,7 @@ def test_fromisoformat_timezone(self):
42054205

42064206
with self.subTest(tstr=tstr):
42074207
t_rt = self.theclass.fromisoformat(tstr)
4208-
assert t == t_rt, t_rt
4208+
assert t == t_rt
42094209

42104210
def test_fromisoformat_timespecs(self):
42114211
time_bases = [

0 commit comments

Comments
 (0)