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


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