Remove from __future__ imports as we move away from Python 2

This commit is contained in:
Aurélien Geron
2019-10-12 16:40:05 +09:30
parent 936e2cf50f
commit f6dfa0ff76
5 changed files with 211 additions and 684 deletions

View File

@@ -20,7 +20,6 @@
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function, division, unicode_literals\n",
"import numpy as np\n",
"\n",
"%matplotlib nbagg\n",