style changes

Former-commit-id: bdc791af8f
This commit is contained in:
Joshua Chin 2015-07-17 14:54:32 -04:00
parent 6083219fe5
commit 2335369f86

View File

@ -85,9 +85,7 @@ def wikipedia_deps(dirname_in, languages):
path_in = pathlib.Path(dirname_in)
for language in languages:
# Find the most recent file for this language
input_file = max(path_in.glob(
'{}wiki*.bz2'.format(language)
))
input_file = max(path_in.glob('{}wiki*.bz2'.format(language)))
plain_text_file = wordlist_filename('wikipedia', language, 'txt')
count_file = wordlist_filename('wikipedia', language, 'counts.txt')