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 f5df6db commit f332922Copy full SHA for f332922
packages/python/plotly/plotly/tests/b64.py
@@ -71,8 +71,6 @@ def b64(v):
71
if v.ndim > 1:
72
arrObj["shape"] = str(v.shape)[1:-1]
73
74
- print(arrObj)
75
-
76
return arrObj
77
78
return v
0 commit comments