my.core.common: move warn_if_empty to my.core.utils.itertools, cleanup and add more tests
This commit is contained in:
parent
770dba5506
commit
06084a8787
5 changed files with 112 additions and 115 deletions
|
@ -11,7 +11,7 @@ REQUIRES = ["git+https://github.com/seanbreckenridge/ipgeocache"]
|
|||
|
||||
from typing import Iterator
|
||||
|
||||
from my.core.common import Stats, warn_if_empty
|
||||
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