Skip to content

Commit 7fab68e

Browse files
committed
remove duplicate import on gmail API sending emails code
1 parent b557f22 commit 7fab68e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: general/gmail-api/send_emails.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from email.mime.image import MIMEImage
99
from email.mime.audio import MIMEAudio
1010
from email.mime.base import MIMEBase
11-
from email.mime.multipart import MIMEMultipart
1211
from mimetypes import guess_type as guess_mime_type
1312

1413
from common import our_email, gmail_authenticate

0 commit comments

Comments
 (0)