Skip to content

Commit 37a1866

Browse files
authored
Remove the unused import in MNIST example (#1261)
remove the unused import
1 parent 102beb0 commit 37a1866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mnist/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import print_function
21
import argparse
32
import torch
43
import torch.nn as nn

0 commit comments

Comments
 (0)