We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd78ff commit 36d21d2Copy full SHA for 36d21d2
src/torchaudio/datasets/utils.py
@@ -2,7 +2,7 @@
2
import os
3
import tarfile
4
import zipfile
5
-from typing import Any, List, Optional
+from typing import List, Optional
6
7
import torchaudio
8
test/smoke_test/smoke_test.py
@@ -5,7 +5,6 @@
def base_smoke_test():
- import torchaudio # noqa: F401
9
import torchaudio.compliance.kaldi # noqa: F401
10
import torchaudio.datasets # noqa: F401
11
import torchaudio.functional # noqa: F401
0 commit comments