Skip to content

Commit

Permalink
Merge pull request #152 from justinbt21/patch-1
Browse files Browse the repository at this point in the history
Update __init__.py with LeagueDashOppPtShot
  • Loading branch information
swar authored Aug 18, 2020
2 parents a8766a6 + 663810b commit 1188bae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nba_api/stats/endpoints/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'leaguedashptstats',
'leaguedashptteamdefend',
'leaguedashteamclutch',
'leaguedashoppptshot'
'leaguedashteamptshot',
'leaguedashteamshotlocations',
'leaguedashteamstats',
Expand Down Expand Up @@ -178,6 +179,7 @@
from .leaguedashlineups import LeagueDashLineups
from .leaguedashplayerbiostats import LeagueDashPlayerBioStats
from .leaguedashplayerclutch import LeagueDashPlayerClutch
from .leaguedashoppptshot import LeagueDashOppPtShot
from .leaguedashplayerptshot import LeagueDashPlayerPtShot
from .leaguedashplayershotlocations import LeagueDashPlayerShotLocations
from .leaguedashplayerstats import LeagueDashPlayerStats
Expand Down

0 comments on commit 1188bae

Please sign in to comment.