adlfs icon indicating copy to clipboard operation
adlfs copied to clipboard

Avoid private import from azure.storage.blob.aio._list_blobs_helper

Open TomAugspurger opened this issue 3 years ago • 0 comments

Ideally we wouldn't have a top-level import from this private module. azure.storage.blob removing that would cause a failure at import time in adlfs.

We should see why that's needed and check if there's a public version available. If not, then we should implement our own or ask the azure.storage.blob developers if a public version could be made available.

TomAugspurger avatar Apr 16 '21 13:04 TomAugspurger