Skip to content

Commit 97d45a3

Browse files
committed
add from_json to mypy subtest allowlist
1 parent 1224c81 commit 97d45a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.mypy-stubtest-allowlist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# TODO: don't want to expose this staticmethod, requires https://github.com/PyO3/pyo3/issues/2384
22
pydantic_core._pydantic_core.PydanticUndefinedType.new
3+
# As per #1240, from_json has custom logic to coverage the `cache_strings` kwarg
4+
pydantic_core._pydantic_core.from_json

0 commit comments

Comments
 (0)