Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Nov 14, 2023
1 parent c558550 commit c4b0f05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/server/main/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def run_task_match():
args = request.form.to_dict(flat=True)
decoded_file = request.files.get('file').read().decode('utf-8')
df_input = pd.read_csv(io.StringIO(decoded_file))
queries = []
results = []
for _, row in df_input.iterrows():
elt = {}
Expand Down

0 comments on commit c4b0f05

Please sign in to comment.