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 e4e452c commit 33754a7Copy full SHA for 33754a7
makefile
@@ -18,9 +18,9 @@ setup_subs :
18
19
update_default_schema :
20
@echo "Making sure the default-schema.json file is up to date"
21
- python -c "import requests;/
+ python -c "import requests;\
22
from requests.compat import json as _json;\
23
- response = requests.get('https://api.plot.ly/v2/plot-schema?sha1';/
+ response = requests.get('https://api.plot.ly/v2/plot-schema?sha1');\
24
f = open('plotly/package_data/default-schema.json', 'w');\
25
_json.dump(response.json()['schema'], f, indent=4,\
26
sort_keys=True, separators=(',', ': '));\
0 commit comments