Skip to content

Commit

Permalink
removed extra imports from google-cloud-storage workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Marin committed May 23, 2018
1 parent ccdafb9 commit 6c47af1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mrjob/fs/gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@

try:
import google.api_core.exceptions
import google.cloud._helpers
import google.cloud.exceptions
import google.cloud.storage.client
import google.resumable_media
import google.resumable_media.requests
except ImportError:
google = None

Expand Down

0 comments on commit 6c47af1

Please sign in to comment.