Skip to content

Commit a32a4f1

Browse files
authored
Removed commented lines
1 parent 5dd497f commit a32a4f1

File tree

1 file changed

+0
-5
lines changed
  • quidel_covidtest/delphi_quidel_covidtest

1 file changed

+0
-5
lines changed

quidel_covidtest/delphi_quidel_covidtest/pull.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ def get_from_email(start_date: datetime.date, end_date: datetime.date,
5050
toread.write(att.payload)
5151
toread.seek(0) # reset the pointer
5252
newdf = pd.read_excel(toread) # now read to dataframe
53-
# with open(file_out, 'wb') as f:
54-
# f.write(att.payload)
55-
# newdf = pd.read_excel(file_out)
56-
# Remove the raw file
57-
# os.remove(file_out)
5853
df = df.append(newdf)
5954
time_flag = search_date
6055
return df, time_flag

0 commit comments

Comments
 (0)