perf: 去掉导入的 trans

pull/7951/head
ibuler 2022-03-21 17:53:40 +08:00 committed by Jiangjie.Bai
parent ae5487720c
commit 0eeb1e6f6d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from django.conf import settings
from django.contrib.auth.models import AbstractUser
from django.contrib.auth.hashers import check_password
from django.core.cache import cache
from django.db import models, transaction
from django.db import models
from django.utils.translation import ugettext_lazy as _
from django.utils import timezone
from django.shortcuts import reverse