core.common: deprecate outdated LazyLogger alias

This commit is contained in:
Dima Gerasimov 2024-08-16 12:12:40 +03:00 committed by karlicoss
parent 614c929f95
commit 7023088d13
13 changed files with 50 additions and 30 deletions

View file

@ -9,11 +9,11 @@ import json
# TODO pytz for timezone???
from .core.common import get_files, LazyLogger
from my.core import get_files, make_logger
from my.config import foursquare as config
logger = LazyLogger(__name__)
logger = make_logger(__name__)
def inputs():