potiuk commented on pull request #13986: URL: https://github.com/apache/airflow/pull/13986#issuecomment-770418412
Pylint errors :(. @jmcarp -> pre-commits are helpful :). I save a lot of time thanks to them :) ``` tests/providers/amazon/aws/utils/test_emailer.py:20:0: W0611: Unused import copy (unused-import) tests/providers/amazon/aws/utils/test_emailer.py:21:0: W0611: Unused import os (unused-import) tests/providers/amazon/aws/utils/test_emailer.py:22:0: W0611: Unused import tempfile (unused-import) tests/providers/amazon/aws/utils/test_emailer.py:23:0: W0611: Unused import unittest (unused-import) ``` ---------------------------------------------------------------- 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]
