Skip to content

Commit

Permalink
[fbsync] Remove unused import (#7245)
Browse files Browse the repository at this point in the history
Reviewed By: vmoens

Differential Revision: D44416604

fbshipit-source-id: 6f3c9d29c6c6599ba2ccc42e05de801b63e4ee9a
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Mar 28, 2023
1 parent c629504 commit 6309187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchvision/datasets/vision.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
from typing import Any, Callable, List, Optional, Tuple

import torch
import torch.utils.data as data

from ..utils import _log_api_usage_once
Expand Down

0 comments on commit 6309187

Please sign in to comment.