my.time.tz.via_location: fix accidental RuntimeError introduced in previous MR
This commit is contained in:
parent
fc0e0be291
commit
affa79ba3a
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ def _timezone_finder(*, fast: bool) -> Any:
|
||||||
# for backwards compatibility
|
# for backwards compatibility
|
||||||
def _locations() -> Iterator[Tuple[LatLon, datetime_aware]]:
|
def _locations() -> Iterator[Tuple[LatLon, datetime_aware]]:
|
||||||
try:
|
try:
|
||||||
raise RuntimeError
|
|
||||||
import my.location.all
|
import my.location.all
|
||||||
|
|
||||||
for loc in my.location.all.locations():
|
for loc in my.location.all.locations():
|
||||||
|
|
Loading…
Add table
Reference in a new issue