core.common: move Json, datetime_aware, datetime_naive, is_namedtuple, asdict to my.core.types
This commit is contained in:
parent
432c64ef56
commit
e0d1dbd533
15 changed files with 78 additions and 56 deletions
|
@ -6,7 +6,8 @@ from .internal import assert_subpackage; assert_subpackage(__name__)
|
|||
|
||||
from typing import Iterable, Any, Optional, Dict
|
||||
|
||||
from .common import LazyLogger, asdict, Json
|
||||
from .common import LazyLogger
|
||||
from .types import asdict, Json
|
||||
|
||||
|
||||
logger = LazyLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue