Skip to content

Commit 2e49c71

Browse files
committed
feat: i18n
1 parent f6cf989 commit 2e49c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/common/event/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .listener_manage import *
1212
from django.utils.translation import gettext as _
1313

14-
from django.utils.translation import gettext as _
14+
from ..db.sql_execute import update_execute
1515

1616
update_document_status_sql = """
1717
UPDATE "public"."document"

0 commit comments

Comments
 (0)