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 15, 2023
1 parent 02fdc51 commit 00ce515
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/recommenderapp/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def create_movie_genres(movie_genre_df):
movie_to_genres[movie] = genres
return movie_to_genres


def send_email_to_user(recipient_email, categorized_data):
"""
Utility function to send movie recommendations to user over email
Expand Down

0 comments on commit 00ce515

Please sign in to comment.