mirror of
https://github.com/python/cpython.git
synced 2025-08-24 10:45:53 +00:00
Fix #13384. Remove __future__ import in 3.x code.
This commit is contained in:
parent
d3baae73be
commit
675f6b87cd
2 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,6 @@ General notes on the underlying Mersenne Twister core generator:
|
|||
|
||||
"""
|
||||
|
||||
from __future__ import division
|
||||
from warnings import warn as _warn
|
||||
from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType
|
||||
from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue