mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Do not ignore torch/__init__.pyi
(#42958)
Summary: Delete abovementioned from .gitignore as the file is gone since https://github.com/pytorch/pytorch/issues/42908 and no longer should be autogenerated. Pull Request resolved: https://github.com/pytorch/pytorch/pull/42958 Reviewed By: seemethere Differential Revision: D23094391 Pulled By: malfet fbshipit-source-id: af303477301ae89d6f283e34d7aeddeda7a9260f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6fb5ce5569
commit
ebc7ebc74e
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,7 +49,6 @@ test/test-reports/
|
||||
third_party/build/
|
||||
tools/shared/_utils_internal.py
|
||||
torch.egg-info/
|
||||
torch/__init__.pyi
|
||||
torch/_C/__init__.pyi
|
||||
torch/_C/_nn.pyi
|
||||
torch/_C/_VariableFunctions.pyi
|
||||
|
Reference in New Issue
Block a user