sjyangkevin commented on code in PR #61907: URL: https://github.com/apache/airflow/pull/61907#discussion_r2808510011
########## providers/databricks/tests/unit/databricks/plugins/test_databricks_workflow.py: ########## @@ -50,7 +50,6 @@ ) from tests_common import RUNNING_TESTS_AGAINST_AIRFLOW_PACKAGES -from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS Review Comment: thanks for catching this. The same import is also at L27, and this line looks like a duplicated 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
