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 bf2b621 commit bc51c5c
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 @@ -6,7 +6,7 @@
import unittest
import warnings
import pandas as pd
sys.path.append("../")
sys.path.append(str(Path(__file__).resolve().parents[1]))
#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 bc51c5c

Please sign in to comment.