mirror of
https://github.com/python/cpython.git
synced 2025-07-15 15:25:29 +00:00
Remove import functools from re module. The re module imports functools but never uses it.
This commit is contained in:
parent
84fc7081f5
commit
ad9c9bb5a9
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ This module also defines an exception 'error'.
|
||||||
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…
Add table
Add a link
Reference in a new issue