Skip to content

Commit

Permalink
pylint: unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 2, 2015
1 parent e009240 commit ef28081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcloud/storage/test_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,6 @@ def _makeOne(self, *args, **kw):

def test_ctor(self):
NAME = 'name'
BLOB_NAME = 'blob-name'
connection = _Connection()
bucket = _Bucket(NAME, connection)
acl = self._makeOne(bucket)
Expand Down

0 comments on commit ef28081

Please sign in to comment.