Commit ad9c9bb5 authored by Christian Heimes's avatar Christian Heimes

Remove import functools from re module. The re module imports functools but never uses it.

parent 84fc7081
...@@ -121,7 +121,6 @@ This module also defines an exception 'error'. ...@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment