Skip to content

Commit 211431a

Browse files
bug fix; add description to style_name
1 parent a8a2f6a commit 211431a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mplfinance/_styles.py

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def _valid_make_mpf_style_kwargs():
114114
'Validator' : lambda value: isinstance(value,dict) },
115115

116116
'style_name' : { 'Default' : None,
117+
'Description' : '',
117118
'Validator' : lambda value: isinstance(value,str) },
118119

119120
}

0 commit comments

Comments
 (0)