Skip to content

Commit 0ed115b

Browse files
committed
pylint: unused variable.
1 parent 065233d commit 0ed115b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gcloud/storage/test_acl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ def _makeOne(self, *args, **kw):
833833

834834
def test_ctor(self):
835835
NAME = 'name'
836-
BLOB_NAME = 'blob-name'
837836
connection = _Connection()
838837
bucket = _Bucket(NAME, connection)
839838
acl = self._makeOne(bucket)

0 commit comments

Comments
 (0)