Skip to content

Commit 238ca5d

Browse files
author
Tim Riddermann
committed
removed not working __init__
1 parent 232fcbd commit 238ca5d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

construct-stubs/core.pyi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,15 +1020,6 @@ class IfThenElse(Construct[ParsedType, BuildTypes]):
10201020
) -> IfThenElse[
10211021
t.Union[ThenParsedType, ElseParsedType], t.Union[ThenBuildTypes, ElseBuildTypes]
10221022
]: ...
1023-
def __init__(
1024-
self: IfThenElse[
1025-
t.Union[ThenParsedType, ElseParsedType],
1026-
t.Union[ThenBuildTypes, ElseBuildTypes],
1027-
],
1028-
condfunc: ConstantOrContextLambda[bool],
1029-
thensubcon: Construct[ThenParsedType, ThenBuildTypes],
1030-
elsesubcon: Construct[ElseParsedType, ElseBuildTypes],
1031-
) -> None: ...
10321023

10331024
def If(
10341025
condfunc: ConstantOrContextLambda[bool],

0 commit comments

Comments
 (0)