core.common: deprecate outdated LazyLogger alias
This commit is contained in:
parent
614c929f95
commit
7023088d13
13 changed files with 50 additions and 30 deletions
|
@ -8,9 +8,9 @@ from pathlib import Path
|
|||
|
||||
import pytz
|
||||
|
||||
from ..core.common import LazyLogger
|
||||
from my.core import make_logger
|
||||
|
||||
logger = LazyLogger(__name__)
|
||||
logger = make_logger(__name__)
|
||||
|
||||
from my.config import jawbone as config # type: ignore[attr-defined]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue