Skip to content

Commit

Permalink
Flip default value for mypy disallow_untyped_defs [1/11] (#127838)
Browse files Browse the repository at this point in the history
Summary:
See #127836 for details.

X-link: pytorch/pytorch#127838
Approved by: https://github.com/oulgen

Reviewed By: atalman

Differential Revision: D58333863

Pulled By: aorenste

fbshipit-source-id: 81dcb50204b1c247b4fb8db52b8c6f2730b51dcd
  • Loading branch information
aorenste authored and facebook-github-bot committed Jun 9, 2024
1 parent 1c62db6 commit 98ed700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions userbenchmark/dynamo/dynamobench/_dynamo/testing.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# mypy: allow-untyped-defs
import contextlib
import dis
import functools
Expand Down
1 change: 1 addition & 0 deletions userbenchmark/dynamo/dynamobench/_dynamo/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# mypy: allow-untyped-defs
import atexit
import collections
import contextlib
Expand Down

0 comments on commit 98ed700

Please sign in to comment.