Skip to content

Commit

Permalink
Update script.py
Browse files Browse the repository at this point in the history
Made minor changes by grouping together a couple of modules to abide to pep8 standard.
  • Loading branch information
vishnu-v-vardhan committed Jan 15, 2024
1 parent 5945407 commit 532a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Google-Meet-Scheduler/script.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from googleapiclient.discovery import build
from google.auth.transport.requests import Request
from google_auth_oauthlib.flow import InstalledAppFlow
from google.oauth2.credentials import Credentials
from google_auth_oauthlib.flow import InstalledAppFlow

from uuid import uuid4
from typing import Dict, List
Expand Down

0 comments on commit 532a04d

Please sign in to comment.