Fixed Adapter._decode typehints

This commit is contained in:
Prilkop 2024-06-16 15:45:11 +03:00 committed by GitHub
parent 2ffa785ce6
commit fa192c9d86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,7 +182,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