Tejasva-Maurya commited on
Commit
9064516
·
verified ·
1 Parent(s): 199628a

Update google_auth.py

Browse files
Files changed (1) hide show
  1. google_auth.py +1 -0
google_auth.py CHANGED
@@ -1,6 +1,7 @@
1
  from google.oauth2.credentials import Credentials
2
  from googleapiclient.discovery import build
3
  from google_auth_oauthlib.flow import InstalledAppFlow
 
4
  # Define OAuth 2.0 scopes
5
  SCOPES = os.getenv('Google_scopes')
6
  config = os.getenv('Google_Secret')
 
1
  from google.oauth2.credentials import Credentials
2
  from googleapiclient.discovery import build
3
  from google_auth_oauthlib.flow import InstalledAppFlow
4
+ import os
5
  # Define OAuth 2.0 scopes
6
  SCOPES = os.getenv('Google_scopes')
7
  config = os.getenv('Google_Secret')