ashb commented on code in PR #26383: URL: https://github.com/apache/airflow/pull/26383#discussion_r970440180
########## airflow/compat/functools.pyi: ########## @@ -19,6 +19,8 @@ # This stub exists to work around false linter errors due to python/mypy#10408. # TODO: Remove this file after the upstream fix is available in our toolchain. +from __future__ import annotations Review Comment: Isort is adding this automatically, and i don't think isort had a way to not do automatic imports on .pyi, so will probably just accept 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]
