move via_ip to fallback
This commit is contained in:
parent
3638964e98
commit
a4468a42da
2 changed files with 7 additions and 0 deletions
7
my/location/home.py
Normal file
7
my/location/home.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
from .fallback.via_home import *
|
||||||
|
|
||||||
|
from my.core.warnings import high
|
||||||
|
|
||||||
|
high(
|
||||||
|
"my.location.home is deprecated, use my.location.fallback.via_home instead, or estimate locations using the higher-level my.location.fallback.all.estimate_location"
|
||||||
|
)
|
Loading…
Add table
Add a link
Reference in a new issue