Skip to content

Commit

Permalink
WIT cleanup (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Mar 23, 2024
1 parent ed4b785 commit edfda00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wits/world.wit
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ world pulumi-provider-random {
}

world pulumi-provider-random-client {
import output-interface;
import register-interface;
import pulumi-provider-random-interface;
}

Expand Down Expand Up @@ -165,4 +163,4 @@ interface function-reverse-callback {
}
get-functions: func(source: string) -> list<function-invocation-request>;
set-functions: func(results: list<function-invocation-result>);
}
}

0 comments on commit edfda00

Please sign in to comment.