mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
||||
if _config_vars is None:
|
||||
from pprint import pprint
|
||||
func = globals().get("_init_" + os.name)
|
||||
if func:
|
||||
func()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue