Flip default value for mypy disallow_untyped_defs [3/11] (#127840)

See #127836 for details.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/127840
Approved by: https://github.com/oulgen
This commit is contained in:
Aaron Orenstein
2024-06-08 11:24:41 -07:00
committed by PyTorch MergeBot
parent ea614fb2b1
commit afe15d2d2f
128 changed files with 128 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# mypy: allow-untyped-defs
import contextlib
import dataclasses
import math