core.common: deprecate outdated LazyLogger alias
This commit is contained in:
parent
614c929f95
commit
7023088d13
13 changed files with 50 additions and 30 deletions
|
@ -27,13 +27,13 @@ config = make_config(ip_config)
|
|||
from functools import lru_cache
|
||||
from typing import Iterator, List
|
||||
|
||||
from my.core.common import LazyLogger
|
||||
from my.core import make_logger
|
||||
from my.core.compat import bisect_left
|
||||
from my.ip.all import ips
|
||||
from my.location.common import Location
|
||||
from my.location.fallback.common import FallbackLocation, DateExact, _datetime_timestamp
|
||||
|
||||
logger = LazyLogger(__name__, level="warning")
|
||||
logger = make_logger(__name__, level="warning")
|
||||
|
||||
|
||||
def fallback_locations() -> Iterator[FallbackLocation]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue