uranusjr commented on code in PR #37988: URL: https://github.com/apache/airflow/pull/37988#discussion_r1526952030
########## airflow/www/views.py: ########## @@ -167,7 +164,7 @@ logger = logging.getLogger(__name__) -def sanitize_args(args: dict[str, str]) -> dict[str, str]: +def sanitize_args(args: dict[str, Any]) -> dict[str, Any]: Review Comment: Not related, but needed to make Mypy happy. See https://github.com/pallets/flask/issues/4979 -- 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]
