diff options
author | Marvin Borner | 2023-08-18 14:16:59 +0200 |
---|---|---|
committer | Marvin Borner | 2023-08-18 14:16:59 +0200 |
commit | 7c375276b44dc933b3311c87601e0ac6945f5be8 (patch) | |
tree | eb09819e7faae47e437ee4fd5c220d7ba951d14c /mypy.ini | |
parent | 2f6037861f32ed2721fe66901dafc67aa3cad5b9 (diff) |
Fixed Pherkel CI
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 |