ashb commented on code in PR #42985:
URL: https://github.com/apache/airflow/pull/42985#discussion_r1799277303


##########
providers/tests/alibaba/cloud/log/test_oss_task_handler.py:
##########
@@ -22,14 +22,13 @@
 from unittest.mock import PropertyMock
 
 import pytest
+from tests_common.test_utils.config import conf_vars
+from tests_common.test_utils.db import clear_db_dags, clear_db_runs

Review Comment:
   Please add this to the ruff config section in pyproject.toml so that it 
knows this is a "testing" group.
   
   This section on ~L350
   ```toml
   # Make sure we put the "dev" imports at the end, not as a third-party module
   [tool.ruff.lint.isort.sections]
   testing = ["dev", "providers.tests", "task_sdk.tests"]
   ```



-- 
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-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to