Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2968e9e commit 0861ffeCopy full SHA for 0861ffe
codegen/datatypes.py
@@ -199,7 +199,9 @@ def _subplot_re_match(self, prop):
199
elif subtype_node.is_mapped:
200
prop_type = ""
201
else:
202
- prop_type = get_python_type(subtype_node.datatype, array_ok=subtype_node.is_array_ok)
+ prop_type = get_python_type(
203
+ subtype_node.datatype, array_ok=subtype_node.is_array_ok
204
+ )
205
206
#### Get property description ####
207
raw_description = subtype_node.description
0 commit comments