Skip to content

Commit 1936d05

Browse files
1 parent 4db8bf1 commit 1936d05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎google/cloud/storage/client.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def _buckets_page_start(iterator, page, response):
7373
)
7474
page.unreachable = unreachable
7575

76+
7677
class Client(ClientWithProject):
7778
"""Client to bundle configuration needed for API requests.
7879

‎tests/unit/test_client.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3145,6 +3145,7 @@ def test_list_buckets_w_partial_success(self):
31453145
page_start=_buckets_page_start,
31463146
)
31473147

3148+
31483149
class Test__item_to_bucket(unittest.TestCase):
31493150
def _call_fut(self, iterator, item):
31503151
from google.cloud.storage.client import _item_to_bucket

0 commit comments

Comments
 (0)