Skip to content

Commit 927e4a4

Browse files
committed
Lint cleanup: unused imports.
1 parent 040325b commit 927e4a4

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

resource_manager/google/cloud/resource_manager/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
"""A Client for interacting with the Resource Manager API."""
1616

1717

18-
import six
19-
2018
from google.cloud.client import Client as BaseClient
2119
from google.cloud.iterator import Iterator
2220
from google.cloud.iterator import Page

storage/google/cloud/storage/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
"""Client for interacting with the Google Cloud Storage API."""
1616

1717

18-
import six
19-
2018
from google.cloud._helpers import _LocalStack
2119
from google.cloud.client import JSONClient
2220
from google.cloud.exceptions import NotFound

storage/unit_tests/test_bucket.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)