Skip to content

Commit e1f3c20

Browse files
committed
updates import order and adds annotation authenticate_explicit_with_adc.py
1 parent e7ffb3a commit e1f3c20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

auth/cloud-client-temp/authenticate_explicit_with_adc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
from google.cloud import storage
1818

19-
import google.oauth2.credentials
2019
import google.auth
20+
import google.oauth2.credentials
2121

2222

23-
def authenticate_explicit_with_adc():
23+
def authenticate_explicit_with_adc() -> None:
2424
"""
2525
List storage buckets by authenticating with ADC.
2626

0 commit comments

Comments
 (0)