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

@@ -13,8 +13,6 @@
"metadata": {},
"outputs": [],
"source": [
"from __future__ import division, print_function, unicode_literals\n",
"\n",
"import numpy as np\n",
"import tensorflow as tf\n",
"from tensorflow import keras"