tz -> zone, update iter_tzs depends on, misc changes
This commit is contained in:
parent
8ab67d4d26
commit
62dd6712f3
5 changed files with 22 additions and 6 deletions
|
@ -11,11 +11,12 @@ REQUIRES = ["git+https://github.com/seanbreckenridge/ipgeocache"]
|
|||
|
||||
from typing import Iterator
|
||||
|
||||
from my.core.common import Stats
|
||||
from my.core.common import Stats, warn_if_empty
|
||||
|
||||
from .common import IP
|
||||
|
||||
|
||||
@warn_if_empty
|
||||
def ips() -> Iterator[IP]:
|
||||
yield from ()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue