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,10 +8,10 @@ from typing import Sequence, Generator, List, Union, Tuple
|
|||
from contextlib import contextmanager
|
||||
from pathlib import Path
|
||||
|
||||
from .common import LazyLogger
|
||||
from .logging import make_logger
|
||||
|
||||
|
||||
logger = LazyLogger(__name__, level="info")
|
||||
logger = make_logger(__name__, level="info")
|
||||
|
||||
|
||||
def _structure_exists(base_dir: Path, paths: Sequence[str], partial: bool = False) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue