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
a7439c7846
commit
973c4205df
24 changed files with 118 additions and 103 deletions
|
@ -21,7 +21,7 @@ from my.core import (
|
|||
Stats,
|
||||
influxdb,
|
||||
)
|
||||
from my.core.common import mcachew
|
||||
from my.core.cachew import mcachew
|
||||
from my.core.error import unwrap
|
||||
from my.core.pandas import DataFrameT, as_dataframe
|
||||
from my.core.sqlite import sqlite_connect_immutable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue