Skip to content

Commit 6852b4d

Browse files
committed
allow more keys
1 parent a414715 commit 6852b4d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/image/convert_b64.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,8 @@
3030
'dtickrange',
3131
'constraintrange',
3232
'bounds',
33-
'parallels',
34-
'sector',
35-
'span',
36-
'zmin',
37-
'zmax',
3833
'selectedpoints',
39-
'opacityscale',
40-
'cameraposition' # deprecated
34+
'opacityscale'
4135
]
4236

4337
def arraysToB64(obj, newObj) :

0 commit comments

Comments
 (0)