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
|
@ -10,9 +10,8 @@ from datetime import timedelta
|
|||
from pathlib import Path
|
||||
from typing import Iterable
|
||||
|
||||
from .core import Res, get_files
|
||||
from .core.common import Json
|
||||
from .core.compat import fromisoformat
|
||||
from my.core import Res, get_files, Json
|
||||
from my.core.compat import fromisoformat
|
||||
|
||||
import tcxparser # type: ignore[import-untyped]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue