mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
Removed unused imports.
This commit is contained in:
parent
a6f26c1d34
commit
ccd047ea4b
26 changed files with 11 additions and 31 deletions
|
@ -487,7 +487,6 @@ try:
|
|||
# Assume that the uuid_generate functions are broken from 10.5 onward,
|
||||
# the test can be adjusted when a later version is fixed.
|
||||
if sys.platform == 'darwin':
|
||||
import os
|
||||
if int(os.uname().release.split('.')[0]) >= 9:
|
||||
_uuid_generate_time = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue