Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
Removed import requests as it was not used.
  • Loading branch information
Kjeldgaard committed Oct 23, 2024
1 parent 6c3db7b commit 293ebaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fantasy_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from pandas.core.frame import DataFrame
from numpy import nan
from espn_api.football import League
import requests
from natsort import natsort_keygen


Expand Down

0 comments on commit 293ebaa

Please sign in to comment.