Skip to content

Commit

Permalink
Refactor the code
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi2019194 committed Oct 16, 2023
1 parent 37e083e commit 2ed1cca
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 2ed1cca

Please sign in to comment.