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,7 +1,8 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Iterable, Iterator
|
||||
from dataclasses import dataclass
|
||||
from typing import TYPE_CHECKING, Any, Iterable, Iterator
|
||||
from typing import TYPE_CHECKING, Any
|
||||
|
||||
from my.core import Res, Stats, datetime_aware, make_logger, stat, warnings
|
||||
from my.core.compat import deprecated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue