Skip to content

Commit 8cd545d

Browse files
authored
Update composer_storage_trigger.py
1 parent afb221a commit 8cd545d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

functions/composer/composer_storage_trigger.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
import google.auth.compute_engine.credentials
1919
import google.auth.iam
2020
from google.auth.transport.requests import Request
21+
from google.oauth2 import id_token
2122
import google.oauth2.credentials
2223
import google.oauth2.service_account
2324
import requests
24-
from google.oauth2 import id_token
25+
2526

2627
IAM_SCOPE = 'https://www.googleapis.com/auth/iam'
2728
OAUTH_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token'

0 commit comments

Comments
 (0)