解决日志库loguru引用错误问题

This commit is contained in:
zy7y 2020-08-11 17:41:06 +08:00
parent 715d0cfe6f
commit 9bbe643ff9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"""
import json
import jsonpath
from test import logger
from loguru import logger
import pytest
import allure
from api.base_requests import BaseRequest