Skip to content

Add missing pitch stats to .statcast_pitcher import - #512

Open
asadQ-dev wants to merge 1 commit into
jldbc:masterfrom
asadQ-dev:asadQ-dev-patch-1
Open

asadQ-dev wants to merge 1 commit into
jldbc:masterfrom
asadQ-dev:asadQ-dev-patch-1

Conversation

@asadQ-dev

Copy link
Copy Markdown

Adds statcast_pitcher_active_spin and statcast_pitcher_pitch_movement to the from .statcast_pitcher import (...) block in pybaseball/__init__.py, so both functions can be imported directly from the package root:

from pybaseball import statcast_pitcher_active_spin, statcast_pitcher_pitch_movement

Fixes #382

Adds `statcast_pitcher_active_spin` and `statcast_pitcher_pitch_movement` to the
`from .statcast_pitcher import (...)` block in `pybaseball/__init__.py`, so both
functions can be imported directly from the package root:

from pybaseball import statcast_pitcher_active_spin, statcast_pitcher_pitch_movement

Fixes jldbc#382
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

statcast_pitcher_pitch_movement & statcast_pitcher_active_spin not importing

1 participant