kaxil commented on code in PR #53211:
URL: https://github.com/apache/airflow/pull/53211#discussion_r2202035886


##########
task-sdk/src/airflow/sdk/io/store.py:
##########
@@ -89,7 +89,7 @@ def serialize(self):
 
     @classmethod
     def deserialize(cls, data: dict[str, str], version: int):
-        from airflow.io import has_fs
+        from airflow.sdk.io.fs import has_fs

Review Comment:
   fixed



##########
task-sdk/src/airflow/sdk/io/store.py:
##########
@@ -57,7 +57,7 @@ def __str__(self):
 
     @cached_property
     def fs(self) -> AbstractFileSystem:
-        from airflow.io import get_fs
+        from airflow.sdk.io.fs import get_fs

Review Comment:
   fixed



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