remove unnecessary changes for python codegen

This commit is contained in:
wing328
2016-08-31 15:49:22 +08:00
parent 2ced9e1deb
commit ebfddd0a58
7 changed files with 38 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ public class PythonClientOptionsProvider implements OptionsProvider {
return builder.put(CodegenConstants.PACKAGE_NAME, PACKAGE_NAME_VALUE)
.put(CodegenConstants.PACKAGE_VERSION, PACKAGE_VERSION_VALUE)
.put(CodegenConstants.SORT_PARAMS_BY_REQUIRED_FLAG, "true")
.put(CodegenConstants.HIDE_GENERATION_TIMESTAMP, "true")
.build();
}