Skip to content

Commit

Permalink
chore: remove uncovered fossil
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 10, 2021
1 parent aa6d3a0 commit efd5a14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/test_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -3123,9 +3123,6 @@ def save(self, client=None, timeout=None, retry=None):
(self._bucket, self._name, self._granted, client, timeout, retry)
)

def item_to_blob(self, item):
return _Blob(self.bucket, item["name"])

name = "name"
blob_name = "blob-name"
no_permissions = []
Expand Down

0 comments on commit efd5a14

Please sign in to comment.