Skip to content

Commit

Permalink
Added stubs for typing hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapanhaz authored and mrjbq7 committed Dec 9, 2024
1 parent f15ea70 commit df508e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talib/_ta_lib.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MA_Type(Enum):

#Overlap Studies Functions

def BBAND(
def BBANDS(
real: Union[NDArray[np.float64], pd.Series, pl.Series],
timeperiod: int= 5,
nbdevup: float= 2,
Expand Down

0 comments on commit df508e6

Please sign in to comment.