Skip to content

Commit

Permalink
Use correct module name for composed type wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Jan 30, 2024
1 parent 9db865a commit 7420252
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
_configuration.UsesBackingStore,
static s => s,
true,
$"{AbstractionsPackageName}.composed_type_wrapper",
$"{SerializationModuleName}.composed_type_wrapper",
"ComposedTypeWrapper"
);
MoveRequestBuilderPropertiesToBaseType(generatedCode,
Expand Down

0 comments on commit 7420252

Please sign in to comment.