Skip to content

Commit 9ca8323

Browse files
Remove unused imports
1 parent 0d221d1 commit 9ca8323

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

send_gmail.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
Send email via gmail SMTP
44
55
"""
6-
7-
import os
8-
import sys
9-
import optparse
106
import smtplib
11-
import time
127

138
from email.MIMEMultipart import MIMEMultipart
149
from email.MIMEText import MIMEText

0 commit comments

Comments
 (0)