Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Jul 8, 2020
1 parent fd886d6 commit 526472b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion espn_api/football/box_player.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from .constant import POSITION_MAP, PRO_TEAM_MAP
from .player import Player
from datetime import datetime, timedelta
from .utils import json_parsing

class BoxPlayer(Player):
'''player with extra data from a matchup'''
Expand Down

0 comments on commit 526472b

Please sign in to comment.