fix: 修改 import

This commit is contained in:
ibuler
2022-04-12 15:11:51 +08:00
committed by 老广
parent 1f8ded49fa
commit ffd98c6e3f
2 changed files with 2 additions and 3 deletions

View File

@@ -9,8 +9,7 @@ from django.conf import settings
from .notifications import DifferentCityLoginMessage
from audits.models import UserLoginLog
from audits.const import DEFAULT_CITY
from common.utils import get_request_ip
from common.utils import validate_ip, get_ip_city
from common.utils import validate_ip, get_ip_city, get_request_ip
from common.utils import get_logger
logger = get_logger(__file__)