Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion airflow-ctl/src/airflowctl/ctl/cli_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ def _is_primitive_type(type_name: str) -> bool:

@staticmethod
def _python_type_from_string(type_name: str) -> type:
"""Return the corresponding Python *type* for a primitive type name string.
"""
Return the corresponding Python *type* for a primitive type name string.

This helper is used when generating ``argparse`` CLI arguments from the
OpenAPI-derived operation signatures. Without this mapping the CLI would
Expand Down