Skip to content

Commit 3fd67e9

Browse files
author
Jon M. Mease
committed
Remove update_graph_objs.py call from makefile
This logic is not done in codegen/__init__.py
1 parent 54739e3 commit 3fd67e9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

codegen/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from codegen.graph_objs import (delete_graph_objs_non_generated_lines,
66
append_graph_objs_generated_lines)
77

8+
89
def perform_codegen():
910
outdir = 'plotly/'
1011

makefile

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ update_default_schema :
2626
sort_keys=True, separators=(',', ': '));\
2727
f.close()"
2828
@echo "Auto-generating graph objects based on updated default-schema."
29-
python update_graph_objs.py
3029
python codegen/__init__.py
3130

3231
install : sync_subs

0 commit comments

Comments
 (0)