mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
SF patch #834015: Remove imports of unused modules
(Contributed by George Yoshida.)
This commit is contained in:
parent
dc113a8a06
commit
cc523fc53d
5 changed files with 8 additions and 13 deletions
|
@ -1082,7 +1082,6 @@ def _sys_version():
|
|||
|
||||
"""
|
||||
global _sys_version_cache
|
||||
import time
|
||||
|
||||
if _sys_version_cache is not None:
|
||||
return _sys_version_cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue