kainjow commented on a change in pull request #2523:
URL: https://github.com/apache/thrift/pull/2523#discussion_r825244144



##########
File path: compiler/cpp/src/thrift/generate/t_py_generator.cc
##########
@@ -2839,4 +2927,5 @@ THRIFT_REGISTER_GENERATOR(
     "                     Package prefix for generated files.\n"
     "    old_style:       Deprecated. Generate old-style classes.\n"
     "    enum:            Generates Python's IntEnum, connects thrift to 
python enums. Python 3.4 and higher.\n"
+    "    type_hints:        Generate type hints and type checks in write 
method.\n"

Review comment:
       nit: can you make the spacing line up?
   ```suggestion
       "    type_hints:      Generate type hints and type checks in write 
method.\n"
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to