Skip to content

Commit 5bc78db

Browse files
committed
remove unused imports
1 parent fad8a88 commit 5bc78db

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

google/cloud/storage/_experimental/asyncio/async_appendable_object_writer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
if you want to use these Rapid Storage APIs.
2222
2323
"""
24-
import time
2524
from typing import Optional, Union
2625

2726
from google_crc32c import Checksum

tests/system/test_zonal.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import os
44
import uuid
55
from io import BytesIO
6-
import random
76

87
# python additional imports
98
import google_crc32c
@@ -14,7 +13,6 @@
1413
from google.cloud.storage._experimental.asyncio.async_grpc_client import AsyncGrpcClient
1514
from google.cloud.storage._experimental.asyncio.async_appendable_object_writer import (
1615
AsyncAppendableObjectWriter,
17-
_MAX_BUFFER_SIZE_BYTES,
1816
)
1917
from google.cloud.storage._experimental.asyncio.async_multi_range_downloader import (
2018
AsyncMultiRangeDownloader,

0 commit comments

Comments
 (0)