Skip to content

Commit 4ac8b38

Browse files
committed
fix tests
1 parent 1194798 commit 4ac8b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pydantic_core/core_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3873,7 +3873,7 @@ def never_schema(
38733873
Returns a schema that represents a `typing.Never` field, e.g.:
38743874
38753875
```py
3876-
from pydantic_core import SchemaValidator, core_schema
3876+
from pydantic_core import SchemaValidator, core_schema, ValidationError
38773877
38783878
schema = core_schema.never_schema()
38793879
v = SchemaValidator(schema)

0 commit comments

Comments
 (0)