Skip to content

Commit 0861ffe

Browse files
committed
feat: reformat one more file after merging latest changes
1 parent 2968e9e commit 0861ffe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codegen/datatypes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ def _subplot_re_match(self, prop):
199199
elif subtype_node.is_mapped:
200200
prop_type = ""
201201
else:
202-
prop_type = get_python_type(subtype_node.datatype, array_ok=subtype_node.is_array_ok)
202+
prop_type = get_python_type(
203+
subtype_node.datatype, array_ok=subtype_node.is_array_ok
204+
)
203205

204206
#### Get property description ####
205207
raw_description = subtype_node.description

0 commit comments

Comments
 (0)