Skip to content

Commit

Permalink
Removed unused _Bucket class from iterator test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Oct 20, 2014
1 parent 211a3e6 commit d5aa597
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gcloud/storage/test_iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,13 +313,6 @@ def build_api_url(self, path, query_params=None):
return urlunsplit(('http', 'example.com', path, qs, ''))


class _Bucket(object):
path = '/b/name'

def __init__(self, connection):
self.connection = connection


class _Key(object):
CHUNK_SIZE = 10
path = '/b/name/o/key'
Expand Down

0 comments on commit d5aa597

Please sign in to comment.