general: migrate modules to use 3.9 features
This commit is contained in:
parent
d3f9a8e8b6
commit
d915c848e9
125 changed files with 889 additions and 739 deletions
|
@ -1,7 +1,7 @@
|
|||
from .fallback.via_home import *
|
||||
|
||||
from my.core.warnings import high
|
||||
|
||||
from .fallback.via_home import *
|
||||
|
||||
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