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


##########
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:
   ```suggestion
           from airflow.sdk.io import has_fs
   ```



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