Skip to content

Commit

Permalink
Merge pull request #8495 from thc202/skip-unwrap-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin committed May 20, 2024
2 parents d2e8822 + 7359d08 commit a3a31a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class PythonAPIGenerator extends AbstractAPIGenerator {
+ "\"\"\"\n\n";

private static final Map<String, Set<String>> NON_WRAPPED_API_ELEMENTS =
Map.of("users", Set.of("getUserById"));
Map.of("automation", Set.of("planProgress"), "users", Set.of("getUserById"));

/** Map any names which are reserved in python to something legal */
private static final Map<String, String> nameMap;
Expand Down

0 comments on commit a3a31a9

Please sign in to comment.