File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
resource_manager/google/cloud/resource_manager Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1515"""A Client for interacting with the Resource Manager API."""
1616
1717
18- import six
19-
2018from google .cloud .client import Client as BaseClient
2119from google .cloud .iterator import Iterator
2220from google .cloud .iterator import Page
Original file line number Diff line number Diff line change 1515"""Client for interacting with the Google Cloud Storage API."""
1616
1717
18- import six
19-
2018from google .cloud ._helpers import _LocalStack
2119from google .cloud .client import JSONClient
2220from google .cloud .exceptions import NotFound
Original file line number Diff line number Diff line change @@ -968,7 +968,6 @@ def test_make_public_w_future_reload_default(self):
968968 self ._make_public_w_future_helper (default_object_acl_loaded = False )
969969
970970 def test_make_public_recursive (self ):
971- import six
972971 from google .cloud .storage .acl import _ACLEntity
973972 from google .cloud .storage .bucket import _BlobIterator
974973 from google .cloud .storage .bucket import _BlobPage
You can’t perform that action at this time.
0 commit comments