mirror of
https://github.com/python/cpython.git
synced 2025-07-14 23:05:17 +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 sre_compile
|
||||
import sre_parse
|
||||
import functools
|
||||
|
||||
# public symbols
|
||||
__all__ = [ "match", "search", "sub", "subn", "split", "findall",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue