mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-25 17:20:26 +01:00
Remove from __future__ imports as we move away from Python 2
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user