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:36:42 UTC

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

uranusjr commented on code in PR #26383:
URL: https://github.com/apache/airflow/pull/26383#discussion_r970436861


##########
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:
   These should not be needed since `.pyi` file contents are always lazily evaluated.



-- 
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