Flip default value for mypy disallow_untyped_defs [10/11] (#127847)

See #127836 for details.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/127847
Approved by: https://github.com/oulgen
ghstack dependencies: #127842, #127843, #127844, #127845, #127846
This commit is contained in:
Aaron Orenstein
2024-06-08 11:41:18 -07:00
committed by PyTorch MergeBot
parent 8db9dfa2d7
commit 57536286e2
22 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# mypy: allow-untyped-defs
from __future__ import annotations
import weakref