Flip default value for mypy disallow_untyped_defs [5/11] (#127842)

See #127836 for details.

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

View File

@ -1,3 +1,4 @@
# mypy: allow-untyped-defs
import copy
import io
import math