fix ride types subclasses (?) to be tested

This commit is contained in:
Davide Scaini
2026-03-30 22:55:53 +02:00
parent 47568e9dda
commit 77c30150b0
2 changed files with 13 additions and 10 deletions
+1
View File
@@ -63,6 +63,7 @@ _MAPPING: dict[str, str] = {
_SUB_SPORT_MAPPING: dict[str, str] = {
# cycling
"ride": "road",
"road_biking": "road",
"road_cycling": "road",
"mountain_biking": "mountain",