subkanthi commented on a change in pull request #20190:
URL: https://github.com/apache/airflow/pull/20190#discussion_r767208114
##########
File path: airflow/providers/asana/hooks/asana.py
##########
@@ -23,7 +23,7 @@
from asana.error import NotFoundError
try:
- from functools import cached_property
+ from functools import cached_property # type: ignore
Review comment:
Not sure if @potiuk also did the same here -
https://github.com/apache/airflow/pull/20223/files , because the
sys.version.info change doesnt fix the mypy errors.
--
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]