Skip to content

Commit e8b0d04

Browse files
authored
Remove unused ignore (#2883)
1 parent 238dd10 commit e8b0d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/marshmallow/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def schema(self) -> Schema:
558558
f"`Schema`, not {nested.__class__}."
559559
)
560560
else:
561-
schema_class = class_registry.get_class(nested, all=False) # type: ignore[unreachable]
561+
schema_class = class_registry.get_class(nested, all=False)
562562
self._schema = schema_class(
563563
many=self.many,
564564
only=self.only,

0 commit comments

Comments
 (0)