adlfs
adlfs copied to clipboard
Avoid private import from azure.storage.blob.aio._list_blobs_helper
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.