Skip to content

Commit eb54590

Browse files
committed
codegen __init__ pep-8
1 parent b52481a commit eb54590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def perform_codegen():
163163

164164
# submodule import
165165
if node.child_compound_datatypes:
166+
166167
path_to_datatype_import_info.setdefault(key, []).append(
167168
(f"plotly.graph_objs{node.parent_dotpath_str}",
168169
node.name_undercase)

0 commit comments

Comments
 (0)