Skip to content

Commit 2b88396

Browse files
committed
Avoid module name logging
This may conflict with the default when loguru imports logging
1 parent 256be76 commit 2b88396

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llms_wrapper/llms_wrapper_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import argparse
88
import re
99
from loguru import logger
10-
from llms_wrapper.logging import configure_logging
10+
from llms_wrapper.log import configure_logging
1111
from llms_wrapper.llms import LLMS
1212
from llms_wrapper.config import read_config_file, update_llm_config
1313
from llms_wrapper.utils import pp_config, dict_except

0 commit comments

Comments
 (0)