Fix type issue

This commit is contained in:
Joshua Taillon 2023-05-21 11:37:47 -06:00
parent 8637ecb203
commit 47354daaba

View File

@ -73,7 +73,7 @@ def get_gpx_info(
stopped_speed_threshold: float, stopped_speed_threshold: float,
update_map_data: Optional[bool] = True, update_map_data: Optional[bool] = True,
update_weather_data: Optional[bool] = True, update_weather_data: Optional[bool] = True,
use_raw_gpx_speed: Optional[bool] = False, use_raw_gpx_speed: bool = False,
) -> Tuple: ) -> Tuple:
""" """
Parse and return gpx, map and weather data from gpx file Parse and return gpx, map and weather data from gpx file