feat: use custom type to handle existing naive datetimes
This commit is contained in:
parent
e22abb383c
commit
39bdac1ecf
45 changed files with 210 additions and 84 deletions
|
@ -1,7 +1,7 @@
|
|||
from collections.abc import Mapping, Sequence
|
||||
import json
|
||||
import os
|
||||
from typing import List, Any
|
||||
from collections.abc import Mapping, Sequence
|
||||
from typing import Any, List
|
||||
|
||||
from app import app
|
||||
from app.lists import lists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue