Fixed Adapter._decode typehints
This commit is contained in:
parent
2ffa785ce6
commit
fa192c9d86
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue