Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGFagan committed Aug 25, 2024
1 parent 59f9bbd commit 4a24ad9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pybaseball/retrosheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,6 @@ def schedules(season):
repo = g.get_repo('chadwickbureau/retrosheet')
season_folder = [f.path[f.path.rfind('/')+1:] for f in repo.get_contents(f'seasons/{season}')]
file_name = f'{season}schedule.csv'
<<<<<<< HEAD

=======

>>>>>>> upstream/master
if file_name not in season_folder:
raise ValueError(f'Schedule not available for {season}')
s = get_text_file(schedule_url.format(season, season))
Expand Down

0 comments on commit 4a24ad9

Please sign in to comment.