core: cleanup deprecations, exclude from type checking and show runtime warnings
among affected things: - core.common.assert_never - core.common.cproperty - core.common.isoparse - core.common.mcachew - core.common.the - core.common.tzdatetime - core.compat.sqlite_backup
This commit is contained in:
parent
8834001fe7
commit
918e8ee551
24 changed files with 118 additions and 103 deletions
|
@ -42,10 +42,11 @@ except ModuleNotFoundError as e:
|
|||
############################
|
||||
|
||||
from functools import lru_cache
|
||||
from pathlib import Path
|
||||
from typing import Tuple, Dict, Sequence, Optional
|
||||
|
||||
from my.core import get_files, Path, LazyLogger
|
||||
from my.core.common import mcachew
|
||||
from my.core import get_files, LazyLogger
|
||||
from my.core.cachew import mcachew
|
||||
|
||||
from .common import Event, parse_dt, Results, EventIds
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue