Skip to content

Commit

Permalink
Added missing import to six
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat Lee Ball 🎷🐛 committed Mar 27, 2019
1 parent 9740067 commit 598bdfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boto/gs/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from boto.s3.connection import S3Connection
from boto.s3.connection import SubdomainCallingFormat
from boto.s3.connection import check_lowercase_bucketname
from boto.compat import six

class Location(object):
DEFAULT = 'US'
Expand Down

0 comments on commit 598bdfe

Please sign in to comment.