Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei committed Jan 16, 2020
1 parent 535c92f commit a94ce03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions budou/budou.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
from .parser import get_parser
from .__version__ import __version__

AVAILABLE_SEGMENTERS = {'nlapi', 'mecab'}

def main():
"""Budou main method for the command line tool.
Expand All @@ -58,7 +57,7 @@ def main():
if args['--version']:
print(__version__)
sys.exit()

if args['<source>']:
source = args['<source>']
elif not sys.stdin.isatty():
Expand Down

0 comments on commit a94ce03

Please sign in to comment.