Skip to content

Commit

Permalink
Refactor RenamedTo to ConfigParameter
Browse files Browse the repository at this point in the history
rename newfragment as feature
  • Loading branch information
sunank200 committed Dec 17, 2024
1 parent 2829db9 commit d53876a
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 185 deletions.
3 changes: 1 addition & 2 deletions airflow/cli/cli_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,8 +880,7 @@ def string_lower_type(val):
)
ARG_OPTIONAL_SECTION = Arg(
("--section",),
help="The section name(s).",
type=string_list_type,
help="The section name.",
)

# jobs check
Expand Down
Loading

0 comments on commit d53876a

Please sign in to comment.