Skip to content

Commit 46a5512

Browse files
pmeierNicolasHug
andauthored
Update torchvision/datasets/utils.py
Co-authored-by: Nicolas Hug <[email protected]>
1 parent af3cbe6 commit 46a5512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/datasets/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _urlretrieve(url: str, filename: str, chunk_size: int = 1024 * 32) -> None:
4949

5050

5151
def gen_bar_updater() -> Callable[[int, int, int], None]:
52-
warnings.warn("The function `gen_bar_update` is deprecated since 0.13 and will be removed in 0.15.", FutureWarning)
52+
warnings.warn("The function `gen_bar_update` is deprecated since 0.13 and will be removed in 0.15.")
5353
pbar = tqdm(total=None)
5454

5555
def bar_update(count, block_size, total_size):

0 commit comments

Comments
 (0)