Skip to content

Commit

Permalink
bug fix; add description to style_name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGoldfarb committed Jan 12, 2022
1 parent a8a2f6a commit 211431a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mplfinance/_styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def _valid_make_mpf_style_kwargs():
'Validator' : lambda value: isinstance(value,dict) },

'style_name' : { 'Default' : None,
'Description' : '',
'Validator' : lambda value: isinstance(value,str) },

}
Expand Down

0 comments on commit 211431a

Please sign in to comment.