Skip to content

Commit dcffbbc

Browse files
committed
flake8
1 parent a888822 commit dcffbbc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

torchvision/datasets/video_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import math
33
import warnings
44
from fractions import Fraction
5-
from typing import Any, Callable, cast, Optional, TypeVar, Union
5+
from typing import Any, Callable, Optional, TypeVar, Union
66

77
import torch
88
from torchvision.io import read_video, read_video_timestamps

torchvision/io/video.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import gc
22
import math
3-
import os
43
import re
54
import warnings
65
from fractions import Fraction

0 commit comments

Comments
 (0)