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

Commit 3274fb9

Browse files
authored
Merge pull request #145 from NervanaSystems/style_fix
updated bokeh version, applied black reformatting
2 parents 6c6ce17 + c8d7b74 commit 3274fb9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

examples/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pandas
22
hyperopt
3-
termcolor
3+
termcolor
4+
bokeh == 1.2.0

solutions/absa_solution/sentiment_solution.py

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

4445
SENTIMENT_OUT = LIBRARY_OUT / "absa_solution"
4546

solutions/absa_solution/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from nlp_architect.models.absa.inference.data_types import SentimentDoc, SentimentSentence
4343
from sentiment_solution import SENTIMENT_OUT, SentimentSolution
4444

45-
SOLUTION_DIR = join(LIBRARY_PATH, 'solutions/absa_solution/')
45+
SOLUTION_DIR = join(LIBRARY_PATH, "solutions/absa_solution/")
4646
POLARITIES = ("POS", "NEG")
4747

4848

0 commit comments

Comments
 (0)