Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherain committed Apr 27, 2018
1 parent c97ec15 commit 9629d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vocab.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ def test_cli(self):
run_module('vecto.vocabulary', ['--type', 'ngram_tokens', '--path_corpus', path_text, '--path_out', '/tmp/vecto/vocabulary/main/ngram_tokens'])
with self.assertRaises(SystemExit):
run_module('vecto.vocabulary', '-garbage')
# _LOG.info('%s', sio.getvalue())
# _LOG.info('%s', sio.getvalue())

0 comments on commit 9629d11

Please sign in to comment.