Skip to content

Commit 21c9fa6

Browse files
Update Lib/test/test_pprint.py
Co-authored-by: donBarbos <[email protected]>
1 parent 879f1da commit 21c9fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ def __init__(self, *args, **kwargs):
11851185
"corge": 7 })
11861186
dummy_userdict.access_count = 5
11871187

1188-
class DummyUserList(UserList):
1188+
class DummyUserList(collections.UserList):
11891189
"""A custom UserList with some extra attributes"""
11901190

11911191
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)