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
|
@ -9,10 +9,9 @@ For an example of how this could be used, see https://github.com/seanbreckenridg
|
|||
REQUIRES = ["git+https://github.com/seanbreckenridge/ipgeocache"]
|
||||
|
||||
|
||||
from typing import Iterator
|
||||
from collections.abc import Iterator
|
||||
|
||||
from my.core import Stats, warn_if_empty
|
||||
|
||||
from my.ip.common import IP
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue