core.common: deprecate outdated LazyLogger alias

This commit is contained in:
Dima Gerasimov 2024-08-16 12:12:40 +03:00
parent e0d1dbd533
commit 524655d9f8
13 changed files with 50 additions and 30 deletions

View file

@ -11,7 +11,7 @@ from functools import cached_property
import re
from typing import Dict, List, Iterator
from my.core.common import LazyLogger, get_files
from my.core import make_logger, get_files
from my.core.utils.itertools import make_dict
from my.config import rtm as config
@ -22,7 +22,7 @@ import icalendar # type: ignore
from icalendar.cal import Todo # type: ignore
logger = LazyLogger(__name__)
logger = make_logger(__name__)
# TODO extract in a module to parse RTM's ical?