Flip default value for mypy disallow_untyped_defs [6/11] (#127843)

See #127836 for details.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/127843
Approved by: https://github.com/oulgen
ghstack dependencies: #127842
This commit is contained in:
Aaron Orenstein
2024-06-08 11:41:12 -07:00
committed by PyTorch MergeBot
parent 3a0d088517
commit 7c12cc7ce4
120 changed files with 120 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# mypy: allow-untyped-defs
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.