We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a6a28 commit c8cf46aCopy full SHA for c8cf46a
1 file changed
mlbstatsapi/models/stats/pitching.py
@@ -390,6 +390,8 @@ class AdvancedPitchingSplit:
390
bequeathedrunners: Optional[int] = None
391
bequeathedrunnersscored: Optional[int] = None
392
inningspitchedpergame: Optional[str] = None
393
+ flyballpercentage: Optional[str] = None
394
+
395
396
def __repr__(self) -> str:
397
kws = [f'{key}={value}' for key, value in self.__dict__.items() if value is not None and value]
0 commit comments