Skip to content

Commit 08a67e8

Browse files
committed
update requirement
1 parent 2b9af04 commit 08a67e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Key_Binding/requirement.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

sendemail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import annotations
2-
from typing import Optional, Dict, Any, List, Tuple
2+
from typing import Optional, Dict, Any
33
import base64
44
import mimetypes
55
import os
@@ -11,7 +11,7 @@
1111

1212
# Google API Authentication Libraries
1313
from google.oauth2.credentials import Credentials
14-
from google.auth.transport.requests import AuthorizedSession, Request
14+
from google.auth.transport.requests import Request
1515
from google.auth.exceptions import RefreshError
1616
from google_auth_oauthlib.flow import InstalledAppFlow
1717
from googleapiclient.discovery import build

0 commit comments

Comments
 (0)