We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238dd10 commit e8b0d04Copy full SHA for e8b0d04
src/marshmallow/fields.py
@@ -558,7 +558,7 @@ def schema(self) -> Schema:
558
f"`Schema`, not {nested.__class__}."
559
)
560
else:
561
- schema_class = class_registry.get_class(nested, all=False) # type: ignore[unreachable]
+ schema_class = class_registry.get_class(nested, all=False)
562
self._schema = schema_class(
563
many=self.many,
564
only=self.only,
0 commit comments