This commit is contained in:
Adam Rimon 2025-11-26 16:02:06 -05:00 committed by GitHub
commit e0fff05557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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