Skip to content

Commit 10a474d

Browse files
committed
remove graph_cliet initialization - replaced with comments to link on how-to
1 parent d64ba71 commit 10a474d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CodeSnippetsReflection.OpenAPI/LanguageGenerators/PythonGenerator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ public string GenerateCodeSnippet(SnippetModel snippetModel)
7373
var codeGraph = new SnippetCodeGraph(snippetModel);
7474
var snippetBuilder = new StringBuilder();
7575
snippetBuilder.AppendLine(InitializationInfoString);
76-
snippetBuilder.AppendLine($"{Environment.NewLine}{Environment.NewLine}" +
77-
$"{ClientVarName} = {ClientVarType}({CredentialVarName}, {ScopesVarName}){Environment.NewLine}{Environment.NewLine}");
7876

7977
WriteRequestPayloadAndVariableName(codeGraph, snippetBuilder, indentManager);
8078
WriteRequestExecutionPath(codeGraph, snippetBuilder, indentManager);

0 commit comments

Comments
 (0)