Skip to content

Commit 7377291

Browse files
morrison-turnanskypytorchmergebot
authored andcommitted
remove deprecated numpy.typing.mypy_plugin in mypy.ini (pytorch#156601)
Fixes pytorch#156489 removed deprecated numpy plugin in mypy.ini @ezyang Pull Request resolved: pytorch#156601 Approved by: https://github.com/ezyang
1 parent 6d5c789 commit 7377291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# test_run_mypy in test/test_type_hints.py uses this string)
33

44
[mypy]
5-
plugins = mypy_plugins/check_mypy_version.py, mypy_plugins/sympy_mypy_plugin.py, numpy.typing.mypy_plugin
5+
plugins = mypy_plugins/check_mypy_version.py, mypy_plugins/sympy_mypy_plugin.py
66

77
cache_dir = .mypy_cache/normal
88
allow_redefinition = True

0 commit comments

Comments
 (0)