Skip to content

Commit 7c2f43e

Browse files
authored
Update nn_tutorial.py
removed unnecessary "pass" (because pyplot.show() is present).
1 parent f0756ce commit 7c2f43e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

beginner_source/nn_tutorial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
import google.colab
8181
except ImportError:
8282
pyplot.show()
83-
pass
8483
print(x_train.shape)
8584

8685
###############################################################################

0 commit comments

Comments
 (0)