Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Jan 15, 2024
1 parent 46971e5 commit 3dbf8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_tagger_dicts.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from lib.logger import LOGGER
from lib.constants import (TAGGER_BUILD_SCRIPT_PATH, FDIC_DIR, RESULT_POS_DICT_FILEPATH,
SORTED_POS_DICT_FILEPATH, POS_DICT_DIFF_FILEPATH, OLD_POS_DICT_FILEPATH, REPO_DIR,
TAGGER_DICT_DIR, LT_RESULTS_DIR, LT_JAR_PATH)
TAGGER_DICT_DIR, LT_RESULTS_DIR)
from lib.shell_command import ShellCommand
from lib.utils import compile_lt_dev, install_dictionaries
from lib.variant import Variant
Expand Down

0 comments on commit 3dbf8cd

Please sign in to comment.