Skip to content

Commit

Permalink
Update test_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi2019194 authored Oct 17, 2023
1 parent bc51c5c commit 73c4b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import sys
import unittest
import warnings
import pandas as pd
sys.path.append(str(Path(__file__).resolve().parents[1]))
import pandas as pd
#pylint: disable=wrong-import-position
from src.recommenderapp.utils import create_colored_tags, beautify_feedback_data, create_movie_genres, send_email_to_user
#pylint: enable=wrong-import-position
Expand Down

0 comments on commit 73c4b2c

Please sign in to comment.