Skip to content

Commit

Permalink
Remove the unused import in MNIST example (#1261)
Browse files Browse the repository at this point in the history
remove the unused import
  • Loading branch information
lancerts committed May 26, 2024
1 parent 102beb0 commit 37a1866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mnist/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import print_function
import argparse
import torch
import torch.nn as nn
Expand Down

0 comments on commit 37a1866

Please sign in to comment.