aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9c09a99..606633b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,10 +33,6 @@ name = "pytorch-gpu"
url = "https://download.pytorch.org/whl/cu118"
priority = "explicit"
-[[tool.mypy.overrides]]
-module = "torchaudio.*"
-ignore_missing_imports = true
-
[tool.poetry.scripts]
train = "swr2_asr.train:main"