Explain a bit better.

This commit is contained in:
Itamar Turner-Trauring 2020-08-20 13:34:00 -04:00
parent 733b2cab36
commit eee3978243

View File

@ -11,7 +11,9 @@ from __future__ import unicode_literals
from future.utils import PY2, PY3
if PY2:
# Don't use future bytes, since it breaks tests.
# Don't use future bytes, since it breaks tests. No further works is
# needed, once we're only on Python 3 we'll be deleting this future imports
# anyway, and tests pass just fine on Python 3.
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, dict, list, object, range, str, max, min # noqa: F401
import time