mirror of
https://github.com/python/cpython.git
synced 2025-11-02 06:31:29 +00:00
Delete unused import of pprint module
This commit is contained in:
parent
ae72d87822
commit
0d36206afd
1 changed files with 0 additions and 1 deletions
|
|
@ -362,7 +362,6 @@ def get_config_vars(*args):
|
||||||
"""
|
"""
|
||||||
global _config_vars
|
global _config_vars
|
||||||
if _config_vars is None:
|
if _config_vars is None:
|
||||||
from pprint import pprint
|
|
||||||
func = globals().get("_init_" + os.name)
|
func = globals().get("_init_" + os.name)
|
||||||
if func:
|
if func:
|
||||||
func()
|
func()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue