fix: 导入翻译引用

pull/9267/head
halo 2022-12-13 22:01:53 +08:00 committed by Jiangjie.Bai
parent cb8dc6c583
commit 4f1d4ab71e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#
import requests
from django.utils.translation import gettext_lazy as _
from django.contrib.auth import get_user_model
from django.utils.http import urlencode
from django.conf import settings