Skip to content

Commit 532a04d

Browse files
Update script.py
Made minor changes by grouping together a couple of modules to abide to pep8 standard.
1 parent 5945407 commit 532a04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Google-Meet-Scheduler/script.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from googleapiclient.discovery import build
22
from google.auth.transport.requests import Request
3-
from google_auth_oauthlib.flow import InstalledAppFlow
43
from google.oauth2.credentials import Credentials
4+
from google_auth_oauthlib.flow import InstalledAppFlow
55

66
from uuid import uuid4
77
from typing import Dict, List

0 commit comments

Comments
 (0)