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

Commit c8d7b74

Browse files
committed
revert import changes
1 parent a2c7f19 commit c8d7b74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solutions/absa_solution/sentiment_solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
line_count,
4141
)
4242

43-
from utils import Anonymiser, _ui_format
43+
from .utils import Anonymiser, _ui_format
4444

4545
SENTIMENT_OUT = LIBRARY_OUT / "absa_solution"
4646

solutions/absa_solution/test_absa_solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from nlp_architect import LIBRARY_ROOT
2323
from nlp_architect.utils.io import download_unzip
24-
from sentiment_solution import SentimentSolution, SENTIMENT_OUT
24+
from .sentiment_solution import SentimentSolution, SENTIMENT_OUT
2525

2626

2727
def test_solution(generate_new=False):

0 commit comments

Comments
 (0)