remove allow-untyped-defs from torch/nn/parameter.pyi (#144654)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/144654
Approved by: https://github.com/Skylion007
This commit is contained in:
bobrenjc93
2025-01-13 07:57:26 -08:00
committed by PyTorch MergeBot
parent 983bf604e5
commit f93d786f73

View File

@ -1,4 +1,3 @@
# mypy: allow-untyped-defs
from typing_extensions import TypeIs
from torch import device, dtype, Tensor