Skip to content

Commit 36d21d2

Browse files
Azad Freefacebook-github-bot
authored andcommitted
pytorch/audio/ import cleanup
Differential Revision: D51316163
1 parent ccd78ff commit 36d21d2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/torchaudio/datasets/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import tarfile
44
import zipfile
5-
from typing import Any, List, Optional
5+
from typing import List, Optional
66

77
import torchaudio
88

test/smoke_test/smoke_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
def base_smoke_test():
8-
import torchaudio # noqa: F401
98
import torchaudio.compliance.kaldi # noqa: F401
109
import torchaudio.datasets # noqa: F401
1110
import torchaudio.functional # noqa: F401

0 commit comments

Comments
 (0)