Skip to content

Commit d5aa597

Browse files
committed
Removed unused _Bucket class from iterator test.
1 parent 211a3e6 commit d5aa597

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

gcloud/storage/test_iterator.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -313,13 +313,6 @@ def build_api_url(self, path, query_params=None):
313313
return urlunsplit(('http', 'example.com', path, qs, ''))
314314

315315

316-
class _Bucket(object):
317-
path = '/b/name'
318-
319-
def __init__(self, connection):
320-
self.connection = connection
321-
322-
323316
class _Key(object):
324317
CHUNK_SIZE = 10
325318
path = '/b/name/o/key'

0 commit comments

Comments
 (0)