kaxil commented on a change in pull request #16030:
URL: https://github.com/apache/airflow/pull/16030#discussion_r646565230
##########
File path: airflow/cli/commands/task_command.py
##########
@@ -24,6 +24,8 @@
from contextlib import contextmanager, redirect_stderr, redirect_stdout
from typing import List
+from pendulum.parsing import ParserError
Review comment:
```suggestion
from pendulum.parsing.exceptions import ParserError
```
--
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]