diff options
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |