Remove dummy variable declaration for context.Context from generated go code by moznion · Pull Request #11641 · OpenAPITools/openapi-generator

Originally, this dummy declaration was needed because there was the possibility of the generated code doesn't use context.Context and then if it imported that package, go compiler complains tha...