Flip default value for mypy disallow_untyped_defs [1/11] (#127838)

See #127836 for details.

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

View File

@ -1,3 +1,4 @@
# mypy: allow-untyped-defs
import contextlib
import dis
import functools