Skip to content

Commit

Permalink
Merge pull request #42 from adipai/landing_page_branch
Browse files Browse the repository at this point in the history
Refactor the code
  • Loading branch information
adipai authored Oct 16, 2023
2 parents 0a3ef7a + 2ed1cca commit 575b8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recommenderapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import json
import sys

from flask import Flask, jsonify, render_template, request, redirect, url_for
from flask import Flask, jsonify, render_template, request
from flask_cors import CORS
from search import Search
from utils import beautify_feedback_data, send_email_to_user
Expand Down

0 comments on commit 575b8c7

Please sign in to comment.