Skip to content

Commit

Permalink
Merge pull request microsoft#4775 from microsoft/shem/fix_python_anyo…
Browse files Browse the repository at this point in the history
…f_generation

disable inner classes
  • Loading branch information
shemogumbe authored Jun 4, 2024
2 parents d6a28ed + ad70695 commit ad2b8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kiota.Builder/Refiners/PythonRefiner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public override Task Refine(CodeNamespace generatedCode, CancellationToken cance
ConvertUnionTypesToWrapper(generatedCode,
_configuration.UsesBackingStore,
static s => s,
true,
false,
$"{SerializationModuleName}",
"ComposedTypeWrapper"
);
Expand Down

0 comments on commit ad2b8e0

Please sign in to comment.