mirror of https://github.com/python/cpython.git
Remove import functools from re module. The re module imports functools but never uses it.
This commit is contained in:
parent
84fc7081f5
commit
ad9c9bb5a9
|
@ -121,7 +121,6 @@
|
||||||
import sys
|
import sys
|
||||||
import sre_compile
|
import sre_compile
|
||||||
import sre_parse
|
import sre_parse
|
||||||
import functools
|
|
||||||
|
|
||||||
# public symbols
|
# public symbols
|
||||||
__all__ = [ "match", "search", "sub", "subn", "split", "findall",
|
__all__ = [ "match", "search", "sub", "subn", "split", "findall",
|
||||||
|
|
Loading…
Reference in New Issue