diff --git a/commands/fetch_entry/fetch_entry_main.py b/commands/fetch_entry/fetch_entry_main.py index b1ce5a8..52d3bc5 100644 --- a/commands/fetch_entry/fetch_entry_main.py +++ b/commands/fetch_entry/fetch_entry_main.py @@ -8,7 +8,8 @@ from commands.entry_consts.consts import I18N_JSON_URL from modules import async_utils from . import postprocess -from ..entry_consts.consts import ( +from commands.entry_consts.consts import ( + SUPPORTED_LANGUAGE_CODES, )