prevent scope from causing incompatible type assigments
This commit is contained in:
parent
ca10d524a4
commit
51c4b7979d
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ def _locations() -> Iterator[Tuple[LatLon, datetime]]:
|
||||||
|
|
||||||
import my.location.google
|
import my.location.google
|
||||||
|
|
||||||
for loc in my.location.google.locations():
|
for gloc in my.location.google.locations():
|
||||||
yield ((loc.lat, loc.lon), loc.dt)
|
yield ((gloc.lat, gloc.lon), gloc.dt)
|
||||||
|
|
||||||
|
|
||||||
def _iter_local_dates() -> Iterator[DayWithZone]:
|
def _iter_local_dates() -> Iterator[DayWithZone]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue