From d5c5a47ea90226c6c1a7b9be9c989a3d8e5de1bc Mon Sep 17 00:00:00 2001 From: Jeffrey Gerard Date: Wed, 8 Jan 2025 11:00:18 -0600 Subject: [PATCH] __future__ imports must occur at the beginning of the file --- webinar-0620/keras_mnist.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/webinar-0620/keras_mnist.py b/webinar-0620/keras_mnist.py index c3db381..eb2a1aa 100644 --- a/webinar-0620/keras_mnist.py +++ b/webinar-0620/keras_mnist.py @@ -1,5 +1,3 @@ -from __future__ import print_function - import argparse import keras