Skip to content

Commit 663810b

Browse files
authored
Update __init__.py with LeagueDashOppPtShot
LeagueDashOppPtShot is missing from __init__.py so it has an issue with importing.
1 parent c30e8f8 commit 663810b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nba_api/stats/endpoints/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'leaguedashptstats',
4242
'leaguedashptteamdefend',
4343
'leaguedashteamclutch',
44+
'leaguedashoppptshot'
4445
'leaguedashteamptshot',
4546
'leaguedashteamshotlocations',
4647
'leaguedashteamstats',
@@ -146,6 +147,7 @@
146147
from .leaguedashlineups import LeagueDashLineups
147148
from .leaguedashplayerbiostats import LeagueDashPlayerBioStats
148149
from .leaguedashplayerclutch import LeagueDashPlayerClutch
150+
from .leaguedashoppptshot import LeagueDashOppPtShot
149151
from .leaguedashplayerptshot import LeagueDashPlayerPtShot
150152
from .leaguedashplayershotlocations import LeagueDashPlayerShotLocations
151153
from .leaguedashplayerstats import LeagueDashPlayerStats

0 commit comments

Comments
 (0)