mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Remove duplicate 'import re' in decimal.py
This commit is contained in:
parent
09bde04154
commit
6a123cb782
1 changed files with 1 additions and 2 deletions
|
@ -5212,8 +5212,7 @@ ExtendedContext = Context(
|
|||
|
||||
|
||||
##### crud for parsing strings #############################################
|
||||
import re
|
||||
|
||||
#
|
||||
# Regular expression used for parsing numeric strings. Additional
|
||||
# comments:
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue