We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8a624 commit 5ffbd0dCopy full SHA for 5ffbd0d
Lib/test/test_pprint.py
@@ -10,14 +10,6 @@
10
import re
11
import types
12
import unittest
13
-from collections import OrderedDict
14
-from collections import defaultdict
15
-from collections import Counter
16
-from collections import ChainMap
17
-from collections import deque
18
-from collections import UserDict, UserList
19
-from dataclasses import dataclass, field
20
-from types import SimpleNamespace, MappingProxyType
21
22
# list, tuple and dict subclasses that do or don't overwrite __repr__
23
class list2(list):
0 commit comments