Skip to content

Commit db501a8

Browse files
committed
fix: update import statement for consistency in manager.py
1 parent 20f27c3 commit db501a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/common/locale/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self, external_locale_path: str = None):
2525
Args:
2626
external_locale_path: 外置语言包路径,默认从配置读取
2727
"""
28-
from apps.maxkb.const import CONFIG, PROJECT_DIR
28+
from maxkb.const import CONFIG, PROJECT_DIR
2929

3030
self.PROJECT_DIR = PROJECT_DIR
3131
self.external_locale_path = external_locale_path or CONFIG.get(

0 commit comments

Comments
 (0)