Skip to content

Commit

Permalink
CLI does not need it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Omondi committed Feb 28, 2024
1 parent 7dd40a1 commit 6d5afc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Kiota.Builder/Refiners/CliRefiner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public override Task Refine(CodeNamespace generatedCode, CancellationToken cance
});
AddDefaultImports(generatedCode, defaultUsingEvaluators);
AddDefaultImports(generatedCode, additionalUsingEvaluators);
RemoveUntypedNodePropertyValues(generatedCode);
CorrectCoreType(generatedCode, CorrectMethodType, CorrectPropertyType);
cancellationToken.ThrowIfCancellationRequested();
MoveClassesWithNamespaceNamesUnderNamespace(generatedCode);
Expand Down

0 comments on commit 6d5afc6

Please sign in to comment.