Skip to content

Commit 985a8fe

Browse files
committed
Unused imports
1 parent 0c5f12e commit 985a8fe

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • sdk/storage
    • azure-storage-blob/azure/storage/blob/_shared
    • azure-storage-file-datalake/azure/storage/filedatalake/_shared
    • azure-storage-file-share/azure/storage/fileshare/_shared
    • azure-storage-queue/azure/storage/queue/_shared

sdk/storage/azure-storage-blob/azure/storage/blob/_shared/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import math
88
import sys
99
from enum import auto, Enum, IntFlag
10-
from io import BytesIO, IOBase, UnsupportedOperation, SEEK_CUR, SEEK_END, SEEK_SET
10+
from io import BytesIO, IOBase, UnsupportedOperation, SEEK_SET
1111
from typing import IO, Iterator, Optional
1212

1313
from .validation import calculate_crc64

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_shared/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import math
88
import sys
99
from enum import auto, Enum, IntFlag
10-
from io import BytesIO, IOBase, UnsupportedOperation, SEEK_CUR, SEEK_END, SEEK_SET
10+
from io import BytesIO, IOBase, UnsupportedOperation, SEEK_SET
1111
from typing import IO, Iterator, Optional
1212

1313
from .validation import calculate_crc64

sdk/storage/azure-storage-file-share/azure/storage/fileshare/_shared/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import math
88
import sys
99
from enum import auto, Enum, IntFlag
10-
from io import BytesIO, IOBase, UnsupportedOperation, SEEK_CUR, SEEK_END, SEEK_SET
10+
from io import BytesIO, IOBase, UnsupportedOperation, SEEK_SET
1111
from typing import IO, Iterator, Optional
1212

1313
from .validation import calculate_crc64

sdk/storage/azure-storage-queue/azure/storage/queue/_shared/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import math
88
import sys
99
from enum import auto, Enum, IntFlag
10-
from io import BytesIO, IOBase, UnsupportedOperation, SEEK_CUR, SEEK_END, SEEK_SET
10+
from io import BytesIO, IOBase, UnsupportedOperation, SEEK_SET
1111
from typing import IO, Iterator, Optional
1212

1313
from .validation import calculate_crc64

0 commit comments

Comments
 (0)