Skip to content

Commit b55eec7

Browse files
authored
Update local.py
1 parent fa29e18 commit b55eec7

File tree

1 file changed

+1
-1
lines changed
  • src/datachain/cli/commands/storage

1 file changed

+1
-1
lines changed

src/datachain/cli/commands/storage/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from datachain.lib.dc.storage import read_storage
66

77
if TYPE_CHECKING:
8-
from datachain import File
8+
from datachain.lib.file import File
99

1010

1111
class LocalCredentialsBasedFileHandler(CredentialBasedFileHandler):

0 commit comments

Comments
 (0)