mik-laj commented on a change in pull request #9070:
URL: https://github.com/apache/airflow/pull/9070#discussion_r432888933
##########
File path: airflow/cli/cli_parser.py
##########
@@ -742,13 +722,15 @@ class ActionCommand(NamedTuple):
help: str
func: Callable
args: Iterable[Arg]
+ description: str = ''
Review comment:
```suggestion
description: Optional[st]r = None
```
This makes mypy more aware of the types. Then it can suggest more.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]