remove modern f-string syntax, link to docs

This commit is contained in:
Sean Breckenridge 2023-03-03 18:38:55 -08:00
parent 04842f7090
commit 5df5fb559e
2 changed files with 3 additions and 3 deletions

View file

@ -92,6 +92,7 @@ class location:
class google_takeout_semantic:
# a value between 0 and 100, 100 being the most confident
# set to 0 to include all locations
# https://locationhistoryformat.com/reference/semantic/#/$defs/placeVisit/properties/locationConfidence
require_confidence: float = 40
# default accuracy for semantic locations
accuracy: float = 100