Skip to content

Commit 940666a

Browse files
idrisrholly1238
andauthored
remove unused import (pytorch#1501)
Co-authored-by: Holly Sweeney <[email protected]>
1 parent 5b127c5 commit 940666a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/basics/data_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
import torch
4949
from torch.utils.data import Dataset
5050
from torchvision import datasets
51-
from torchvision.transforms import ToTensor, Lambda
51+
from torchvision.transforms import ToTensor
5252
import matplotlib.pyplot as plt
5353

5454

0 commit comments

Comments
 (0)