Skip to content

Commit 24a6c8b

Browse files
committed
remove unused imports
1 parent 9353e58 commit 24a6c8b

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
if you want to use these Rapid Storage APIs.
2222
2323
"""
24-
import time
2524
from typing import Optional, Union
2625

27-
from google.api_core import exceptions
2826
from google_crc32c import Checksum
2927

3028
from ._utils import raise_if_no_fast_crc32c

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import asyncio
1717
from typing import List, Optional, Tuple
1818

19-
from google.api_core import exceptions
2019
from google_crc32c import Checksum
2120

2221
from ._utils import raise_if_no_fast_crc32c

0 commit comments

Comments
 (0)