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 a8af464 commit 0d2d40cCopy full SHA for 0d2d40c
Lib/test/test_inspect/test_inspect.py
@@ -15,6 +15,7 @@
15
from os.path import normcase
16
import _pickle
17
import pickle
18
+import re
19
import shutil
20
import stat
21
import sys
@@ -6160,7 +6161,6 @@ def test_pwd_module_has_signatures(self):
6160
6161
self._test_module_has_signatures(pwd)
6162
6163
def test_re_module_has_signatures(self):
- import re
6164
methods_no_signature = {'Match': {'group'}}
6165
self._test_module_has_signatures(re,
6166
methods_no_signature=methods_no_signature,
0 commit comments