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
|
@ -3,7 +3,7 @@ Last.fm scrobbles
|
|||
'''
|
||||
|
||||
from dataclasses import dataclass
|
||||
from my.core import Paths, make_logger
|
||||
from my.core import Paths, Json, make_logger, get_files
|
||||
from my.config import lastfm as user_config
|
||||
|
||||
|
||||
|
@ -28,7 +28,6 @@ from pathlib import Path
|
|||
from typing import NamedTuple, Sequence, Iterable
|
||||
|
||||
from my.core.cachew import mcachew
|
||||
from my.core.common import Json, get_files
|
||||
|
||||
|
||||
def inputs() -> Sequence[Path]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue