Commit abec99bc authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Delete unused import of pprint module

parent aa73c5a0
......@@ -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()
......
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