Skip to content

Commit 58f988b

Browse files
committed
Update test_userdict.py from CPython 3.11.2
Only whitespace is different.
1 parent 34a0615 commit 58f988b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_userdict.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,6 @@ class G(collections.UserDict):
214214
self.fail("g[42] didn't raise KeyError")
215215

216216

217+
217218
if __name__ == "__main__":
218219
unittest.main()

0 commit comments

Comments
 (0)