Skip to content
Prev Previous commit
Next Next commit
Remove TODO from storage.__init__.
  • Loading branch information
dhermes committed Sep 23, 2014
commit 14aacdb0f07253de8ef9943a49f2bae507cd9f6c
1 change: 0 additions & 1 deletion gcloud/storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

__version__ = '0.1'

# TODO: Allow specific scopes and authorization levels.
SCOPE = ('https://www.googleapis.com/auth/devstorage.full_control',
'https://www.googleapis.com/auth/devstorage.read_only',
'https://www.googleapis.com/auth/devstorage.read_write')
Expand Down