mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Flip default value for mypy disallow_untyped_defs [10/11] (#127847)
See #127836 for details. Pull Request resolved: https://github.com/pytorch/pytorch/pull/127847 Approved by: https://github.com/oulgen ghstack dependencies: #127842, #127843, #127844, #127845, #127846
This commit is contained in:
committed by
PyTorch MergeBot
parent
8db9dfa2d7
commit
57536286e2
@ -1,3 +1,4 @@
|
||||
# mypy: allow-untyped-defs
|
||||
from __future__ import annotations
|
||||
|
||||
import weakref
|
||||
|
Reference in New Issue
Block a user