NadimYounes commented on pull request #11097: URL: https://github.com/apache/airflow/pull/11097#issuecomment-698519302
@XD-DENG Just finishing up cleaning all the pylint/black highlighting stuff on my local. I am stuck on one last piece and wanted to ask for some advice/recommendation. `airflow/providers/ssh/hooks/ssh.py:93:8: R1702: Too many nested blocks (4/3) (too-many-nested-blocks)` There's quite a few `if` nested blocks in that file and I feel like changing it up will kind of mess up the readability. Thoughts? ---------------------------------------------------------------- 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]
