diff --git a/construct-stubs/core.pyi b/construct-stubs/core.pyi index 456ab4a..54b4f06 100644 --- a/construct-stubs/core.pyi +++ b/construct-stubs/core.pyi @@ -208,7 +208,7 @@ class Adapter( self, subcon: Construct[SubconParsedType, SubconBuildTypes] ) -> None: ... def _decode( - self, obj: SubconBuildTypes, context: Context, path: PathType + self, obj: SubconParsedTypes, context: Context, path: PathType ) -> ParsedType: ... def _encode( self, obj: BuildTypes, context: Context, path: PathType