Skip to content

Commit 4eb82f4

Browse files
committed
Fixing linter
1 parent 1edbc06 commit 4eb82f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/prototype/transforms/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numbers
22
from collections import defaultdict
33

4-
from typing import Any, Callable, Dict, Optional, Sequence, Tuple, Type, Union
4+
from typing import Any, Callable, Dict, Sequence, Tuple, Type, Union
55

66
import PIL.Image
77

0 commit comments

Comments
 (0)