Skip to content

Commit 9d00a70

Browse files
Merge pull request #268538 from pamelafox/patch-12
Update data-lake-storage-acl-python.md with correct imports
2 parents c698f1d + 33ccffa commit 9d00a70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/storage/blobs/data-lake-storage-acl-python.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ pip install azure-storage-file-datalake
4848
Add these import statements to the top of your code file.
4949

5050
```python
51-
import os, uuid, sys
5251
from azure.storage.filedatalake import DataLakeServiceClient
53-
from azure.core._match_conditions import MatchConditions
54-
from azure.storage.filedatalake._models import ContentSettings
5552
from azure.identity import DefaultAzureCredential
5653
```
5754

0 commit comments

Comments
 (0)