Skip to content

Commit

Permalink
Merge pull request IntelLabs#145 from NervanaSystems/style_fix
Browse files Browse the repository at this point in the history
updated bokeh version, applied black reformatting
  • Loading branch information
danielkorat authored Mar 9, 2020
2 parents 6c6ce17 + c8d7b74 commit 3274fb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pandas
hyperopt
termcolor
termcolor
bokeh == 1.2.0
3 changes: 2 additions & 1 deletion solutions/absa_solution/sentiment_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
validate_existing_path,
line_count,
)
from utils import Anonymiser, _ui_format

from .utils import Anonymiser, _ui_format

SENTIMENT_OUT = LIBRARY_OUT / "absa_solution"

Expand Down
2 changes: 1 addition & 1 deletion solutions/absa_solution/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from nlp_architect.models.absa.inference.data_types import SentimentDoc, SentimentSentence
from sentiment_solution import SENTIMENT_OUT, SentimentSolution

SOLUTION_DIR = join(LIBRARY_PATH, 'solutions/absa_solution/')
SOLUTION_DIR = join(LIBRARY_PATH, "solutions/absa_solution/")
POLARITIES = ("POS", "NEG")


Expand Down

0 comments on commit 3274fb9

Please sign in to comment.