kaxil commented on pull request #10153:
URL: https://github.com/apache/airflow/pull/10153#issuecomment-691032987


   > > Fix for static check failure has been merged, can you rebase once more 
please
   > 
   > Thanks @kaxil i just did another rebase. Re: @turbaszek , i added the 
following to silence the cyclic import. The "cyclic" import is only used for 
the type hints. It's unfortunate that pylint does not respect the `if 
TYPE_CHECKING` condition.
   > 
   > ```
   > if TYPE_CHECKING:
   >     from airflow.utils.task_group import TaskGroup  # pylint: 
disable=cyclic-import
   > ```
   
   True, related Pylint issues:
   
    * [PyCQA/pylint#3285](https://github.com/PyCQA/pylint/issues/3285)
    * [PyCQA/pylint#3382](https://github.com/PyCQA/pylint/issues/3382)


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to