Skip to content

Commit

Permalink
Update nn_tutorial.py
Browse files Browse the repository at this point in the history
removed unnecessary "pass" (because pyplot.show() is present).
  • Loading branch information
frasertajima authored May 31, 2023
1 parent f0756ce commit 7c2f43e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beginner_source/nn_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
import google.colab
except ImportError:
pyplot.show()
pass
print(x_train.shape)

###############################################################################
Expand Down

0 comments on commit 7c2f43e

Please sign in to comment.