dirrao commented on code in PR #36739: URL: https://github.com/apache/airflow/pull/36739#discussion_r1449799063
########## airflow/cli/simple_table.py: ########## @@ -18,7 +18,7 @@ import inspect import json -from typing import TYPE_CHECKING, Any, Callable, Sequence +from typing import TYPE_CHECKING, Any, Callable, Optional, Sequence Review Comment: This import is not used in your changes. So, we might not need this. -- 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]
