diff options
author | Guilherme Leobas <gleobas@quansight.com> | 2021-01-04 09:26:00 -0800 |
---|---|---|
committer | Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> | 2021-01-04 09:29:51 -0800 |
commit | 211f35631f2babd914ca590a0b9e2b2dee64d286 (patch) | |
tree | 6858c58060d35b69c80d41be66d14c412378d283 /mypy.ini | |
parent | c7e9abb66abef127f8cebccbe0aa27c6ded9ead6 (diff) | |
download | pytorch-211f35631f2babd914ca590a0b9e2b2dee64d286.tar.gz pytorch-211f35631f2babd914ca590a0b9e2b2dee64d286.tar.bz2 pytorch-211f35631f2babd914ca590a0b9e2b2dee64d286.zip |
Add type annotations to _tensorboard_vis.py and hipify_python.py (#49834)
Summary:
closes gh-49833
Pull Request resolved: https://github.com/pytorch/pytorch/pull/49834
Reviewed By: mruberry
Differential Revision: D25725341
Pulled By: malfet
fbshipit-source-id: 7454c7afe07a3ff829826afe02aba05b7f649d9b
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -104,24 +104,6 @@ ignore_errors = True [mypy-torch._utils] ignore_errors = True -[mypy-torch._overrides] -ignore_errors = True - -[mypy-torch.utils.tensorboard._caffe2_graph] -ignore_errors = True - -[mypy-torch.contrib._tensorboard_vis] -ignore_errors = True - -[mypy-torch.nn.utils.prune] -ignore_errors = True - -[mypy-torch.utils.show_pickle] -ignore_errors = True - -[mypy-torch.utils.hipify.hipify_python] -ignore_errors = True - [mypy-torch.utils.benchmark.examples.*] ignore_errors = True |