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 @@ from typing import Sequence, Dict
|
|||
|
||||
import pytz
|
||||
|
||||
from .common import datetime_aware, datetime_naive
|
||||
from .types import datetime_aware, datetime_naive
|
||||
|
||||
|
||||
def user_forced() -> Sequence[str]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue