We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c53d5 commit f236943Copy full SHA for f236943
CodeSnippetsReflection.OpenAPI/LanguageGenerators/PythonGenerator.cs
@@ -13,9 +13,6 @@ namespace CodeSnippetsReflection.OpenAPI.LanguageGenerators
13
public class PythonGenerator : ILanguageGenerator<SnippetModel, OpenApiUrlTreeNode>
14
{
15
private const string ClientVarName = "graph_client";
16
- private const string ClientVarType = "GraphServiceClient";
17
- private const string CredentialVarName = "credentials";
18
- private const string ScopesVarName = "scopes";
19
private const string RequestBodyVarName = "request_body";
20
private const string RequestConfigurationVarName = "request_configuration";
21
private const string RequestConfigurationType = "RequestConfiguration";
0 commit comments