We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c698f1d + 33ccffa commit 9d00a70Copy full SHA for 9d00a70
articles/storage/blobs/data-lake-storage-acl-python.md
@@ -48,10 +48,7 @@ pip install azure-storage-file-datalake
48
Add these import statements to the top of your code file.
49
50
```python
51
-import os, uuid, sys
52
from azure.storage.filedatalake import DataLakeServiceClient
53
-from azure.core._match_conditions import MatchConditions
54
-from azure.storage.filedatalake._models import ContentSettings
55
from azure.identity import DefaultAzureCredential
56
```
57
0 commit comments