You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/14 07:40:02 UTC

[GitHub] [airflow] ashb commented on a diff in pull request #26383: Add __future__.annotations automatically by isort

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org