Flip default value for mypy disallow_untyped_defs [9/11] (#127846)

See #127836 for details.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/127846
Approved by: https://github.com/ezyang
ghstack dependencies: #127842, #127843, #127844, #127845
This commit is contained in:
Aaron Orenstein
2024-06-08 11:41:16 -07:00
committed by PyTorch MergeBot
parent 27f9d3b0a1
commit 8db9dfa2d7
128 changed files with 129 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# mypy: allow-untyped-defs
import torch
from typing import Optional