general: migrate modules to use 3.9 features
This commit is contained in:
parent
d3f9a8e8b6
commit
d915c848e9
125 changed files with 889 additions and 739 deletions
|
@ -6,6 +6,7 @@ from datetime import datetime
|
|||
|
||||
from my.core import datetime_aware
|
||||
|
||||
|
||||
# todo hmm, kwargs isn't mypy friendly.. but specifying types would require duplicating default args. uhoh
|
||||
def localize(dt: datetime, **kwargs) -> datetime_aware:
|
||||
# todo document patterns for combining multiple data sources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue