Skip to content

Commit b285a40

Browse files
committed
remove unused imports
1 parent cf9597c commit b285a40

File tree

3 files changed

+0
-3
lines changed

3 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.api_core import exceptions

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

tests/system/test_zonal.py

Lines changed: 0 additions & 1 deletion
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

0 commit comments

Comments
 (0)