Remove from __future__ imports as we move away from Python 2

This commit is contained in:
Aurélien Geron
2019-10-12 17:07:53 +09:30
parent 7d0052f146
commit 02205e034f
4 changed files with 0 additions and 51 deletions

View File

@@ -68,22 +68,6 @@
"# Imports"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To support both Python 2 and Python 3:"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"from __future__ import division, print_function, unicode_literals"
]
},
{
"cell_type": "markdown",
"metadata": {},