summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/random.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/random.py b/Lib/random.py
index a8f1a43..ac80ca7 100644
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -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