potiuk commented on code in PR #59139:
URL: https://github.com/apache/airflow/pull/59139#discussion_r2599952744


##########
devel-common/src/tests_common/test_utils/providers.py:
##########
@@ -22,7 +22,7 @@
 
 def object_exists(path: str):
     """Return true if importable python object is there."""
-    from airflow.utils.module_loading import import_string
+    from airflow_shared.module_loading import import_string

Review Comment:
   This is something we have to fix. The devel-common should not - eventually 
depend on airlfow.



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

Reply via email to