swhetzel / espn_ncaam_game_scraper

Scrapes play by play data and roster data from individual games, processes, and then visualizes this data based on whatever time frame comparison you want to look at.
1 stars 1 forks source link

Remove unused function parameters #5

Closed pwildenhain closed 3 years ago

pwildenhain commented 3 years ago

One example found here, where play is unused in this function:

https://github.com/swhetzel/espn_ncaam_game_scraper/blob/eccfabeab87a02693de160dc68b32e1e8d1502c9/espn_scraper.py#L141-L148

swhetzel commented 3 years ago

I think this was only in that one place?