Skip to content

Commit 348a90d

Browse files
authored
Added return type for bucket function (#591)
1 parent 9f3143c commit 348a90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
_STORAGE_ATTRIBUTE = '_storage'
3232

33-
def bucket(name=None, app=None):
33+
def bucket(name=None, app=None) -> storage.Bucket:
3434
"""Returns a handle to a Google Cloud Storage bucket.
3535
3636
If the name argument is not provided, uses the 'storageBucket' option specified when

0 commit comments

Comments
 (0)