general: migrate modules to use 3.9 features
This commit is contained in:
parent
d3f9a8e8b6
commit
8496d131e7
125 changed files with 889 additions and 739 deletions
|
@ -1,8 +1,10 @@
|
|||
from pathlib import Path
|
||||
import pytz
|
||||
from my.core.cfg import tmp_config
|
||||
|
||||
import pytest
|
||||
import pytz
|
||||
|
||||
from my.body.weight import from_orgmode
|
||||
from my.core.cfg import tmp_config
|
||||
|
||||
|
||||
def test_body_weight() -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue