Skip to content

Commit

Permalink
Reformat FT_CMD definition (#3300)
Browse files Browse the repository at this point in the history
Requested-in: #3264 (review)

Co-authored-by: Michael Penkov <m@penkov.dev>
  • Loading branch information
pabs3 and mpenkov authored Mar 20, 2022
1 parent 766b9e1 commit fe79fbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gensim/test/test_fasttext.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
BUCKET = 10000

FT_HOME = os.environ.get("FT_HOME")
FT_CMD = shutil.which("fasttext", path=FT_HOME) or \
shutil.which("fasttext")
FT_CMD = shutil.which("fasttext", path=FT_HOME) or shutil.which("fasttext")


new_sentences = [
Expand Down

0 comments on commit fe79fbf

Please sign in to comment.