Skip to content

Commit

Permalink
remove unused import and save for later
Browse files Browse the repository at this point in the history
  • Loading branch information
liopeer committed Nov 6, 2024
1 parent 70af715 commit 4f3795c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lightly/transforms/torchvision_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import torch
from PIL.Image import Image
from torch import Tensor
from torchvision.transforms import ToTensor as ToTensorV1

try:
from torchvision.transforms import v2 as torchvision_transforms
Expand Down

0 comments on commit 4f3795c

Please sign in to comment.