Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGFagan committed Jun 19, 2024
1 parent 4933975 commit 2cb6f5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pybaseball/retrosheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,8 @@
'player_id', 'last_name', 'first_name', 'bats', 'throws', 'team', 'position'
]

<<<<<<< HEAD
gamelog_url = 'https://raw.githubusercontent.com/chadwickbureau/retrosheet/master/seasons/{}/GL{}.TXT'
=======
gamelog_url = 'https://raw.githubusercontent.com/chadwickbureau/retrosheet/master/gamelog/GL{}.TXT'
season_gamelog_url = 'https://raw.githubusercontent.com/chadwickbureau/retrosheet/master/seasons/{}/GL{}.TXT'
>>>>>>> upstream/master
schedule_url = 'https://raw.githubusercontent.com/chadwickbureau/retrosheet/master/seasons/{}/{}schedule.csv'
parkid_url = 'https://raw.githubusercontent.com/chadwickbureau/retrosheet/master/reference/ballparks.csv'
roster_url = 'https://raw.githubusercontent.com/chadwickbureau/retrosheet/master/seasons/{}/{}{}.ROS'
Expand Down

0 comments on commit 2cb6f5d

Please sign in to comment.