nesticot commited on
Commit
99c4e59
·
verified ·
1 Parent(s): d3772a4

Update functions/pitch_summary_functions.py

Browse files
functions/pitch_summary_functions.py CHANGED
@@ -1036,8 +1036,8 @@ def fangraphs_table(df: pl.DataFrame,
1036
  if split == 'all':
1037
  df_fangraphs = fangraphs_pitching_leaderboards(season=season,
1038
  split=split,
1039
- start_date: str = start_date,
1040
- end_date: str = end_date)
1041
 
1042
 
1043
 
 
1036
  if split == 'all':
1037
  df_fangraphs = fangraphs_pitching_leaderboards(season=season,
1038
  split=split,
1039
+ start_date = start_date,
1040
+ end_date = end_date)
1041
 
1042
 
1043