Skip to content

Commit 4037df1

Browse files
authored
remove whitespace
1 parent 29b643d commit 4037df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7125,7 +7125,7 @@ class TD(TypedDict):
71257125
a = A(a = 1)
71267126
self.assertIs(type(a), dict)
71277127
self.assertEqual(a, {'a': 1})
7128-
7128+
71297129
def test_orig_bases(self):
71307130
self.assertEqual(ChildTotalMovie.__orig_bases__, (ParentNontotalMovie,))
71317131

0 commit comments

Comments
 (0)