Skip to content

Commit 5ea0497

Browse files
committed
Adding missing imports
1 parent 701255b commit 5ea0497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astroquery/cosmosim/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
import time
1010
import smtplib
1111
import re
12+
import os
13+
import threading
1214
from six.moves.email_mime_multipart import MIMEMultipart
1315
from six.moves.email_mime_base import MIMEBase, message
1416
from six.moves.email_mime_text import MIMEText

0 commit comments

Comments
 (0)