Thanks to visit codestin.com Credit goes to github.com
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 786c612 commit 353f7f0Copy full SHA for 353f7f0
1 file changed
IPython/lib/tests/test_deepreload.py
@@ -28,7 +28,7 @@ def test_deepreload_numpy():
28
'sys', 'os.path', builtin_mod_name, '__main__',
29
# Test-related exclusions:
30
'unittest', 'UserDict', '_collections_abc', 'tokenize',
31
- 'collections', 'collections.abc'
+ 'collections', 'collections.abc',
32
]
33
34
dreload(numpy, exclude=exclude)
0 commit comments