Skip to content

Commit

Permalink
my.time.tz.via_location: fix accidental RuntimeError introduced in pr…
Browse files Browse the repository at this point in the history
…evious MR
  • Loading branch information
karlicoss committed Aug 28, 2024
1 parent fc0e0be commit affa79b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion my/time/tz/via_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def _timezone_finder(*, fast: bool) -> Any:
# for backwards compatibility
def _locations() -> Iterator[Tuple[LatLon, datetime_aware]]:
try:
raise RuntimeError
import my.location.all

for loc in my.location.all.locations():
Expand Down

0 comments on commit affa79b

Please sign in to comment.