Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
shemogumbe committed Sep 3, 2024
1 parent d7c53d5 commit f236943
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ namespace CodeSnippetsReflection.OpenAPI.LanguageGenerators
public class PythonGenerator : ILanguageGenerator<SnippetModel, OpenApiUrlTreeNode>
{
private const string ClientVarName = "graph_client";
private const string ClientVarType = "GraphServiceClient";
private const string CredentialVarName = "credentials";
private const string ScopesVarName = "scopes";
private const string RequestBodyVarName = "request_body";
private const string RequestConfigurationVarName = "request_configuration";
private const string RequestConfigurationType = "RequestConfiguration";
Expand Down

0 comments on commit f236943

Please sign in to comment.