aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index f5a713c..03675ee 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -2,4 +2,7 @@
ignore_missing_imports = True
[mypy-torchaudio.*]
-ignore_missing_imports = true \ No newline at end of file
+ignore_missing_imports = true
+
+[mypy-torch.*]
+ignore_missing_imports = true