File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2235,9 +2235,7 @@ def clean_step_ids(workout_segments):
22352235
22362236 except FileNotFoundError :
22372237 print (f"❌ File not found: { config .workoutfile } " )
2238- print (
2239- "ℹ️ Please ensure the workout JSON file exists in the test_data directory"
2240- )
2238+ print ("ℹ️ Please ensure the workout JSON file exists in the test_data directory" )
22412239 except json .JSONDecodeError as e :
22422240 print (f"❌ Invalid JSON format in { config .workoutfile } : { e } " )
22432241 print ("ℹ️ Please check the JSON file format" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = [
66 {name = " Ron Klinkien" , email = " ron@cyberjunky.nl" },
77]
88dependencies = [
9- " garth>=0.7.1 " ,
9+ " garth>=0.7.9 " ,
1010]
1111readme = " README.md"
1212license = {text = " MIT" }
@@ -73,7 +73,7 @@ testing = [
7373 " vcrpy>=7.0.0" ,
7474]
7575example = [
76- " garth>=0.7.1 " ,
76+ " garth>=0.7.9 " ,
7777 " requests" ,
7878 " readchar" ,
7979]
You can’t perform that action at this time.
0 commit comments