Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a86e9c5

Browse files
authored
Fixed import typo in sentiment_solution.py
1 parent 0eec65d commit a86e9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/absa_solution/sentiment_solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
validate_existing_path,
4040
line_count,
4141
)
42-
from .utils import Anonymiser, _ui_format
42+
from utils import Anonymiser, _ui_format
4343

4444
SENTIMENT_OUT = LIBRARY_OUT / "absa_solution"
4545

0 commit comments

Comments
 (0)