Skip to content

Commit

Permalink
disable inner classes
Browse files Browse the repository at this point in the history
  • Loading branch information
shemogumbe committed Jun 4, 2024
1 parent c947bda commit ae8e822
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 ae8e822

Please sign in to comment.