File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plotly/tests/test_optional/test_graph_objs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -294,10 +294,10 @@ def is_typed_array_spec(v):
294
294
295
295
def has_skipped_key (all_parent_keys ):
296
296
"""
297
- Return whether any keys in the parent hierarchy are in the list of keys that
297
+ Return whether any keys in the parent hierarchy are in the list of keys that
298
298
are skipped for conversion to the typed array spec
299
299
"""
300
- skipped_keys = [' geojson' , ' layer' , ' range' ]
300
+ skipped_keys = [" geojson" , " layer" , " range" ]
301
301
return any (skipped_key in all_parent_keys for skipped_key in skipped_keys )
302
302
303
303
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def test_np_layers(self):
68
68
69
69
fig = go .Figure (data = data , layout = layout )
70
70
71
- assert fig .layout [' mapbox' ][ ' layers' ][0 ][' line' ][ ' dash' ] == (2.5 , 1 )
71
+ assert fig .layout [" mapbox" ][ " layers" ][0 ][" line" ][ " dash" ] == (2.5 , 1 )
72
72
73
73
assert (
74
74
fig .layout ["mapbox" ]["layers" ][0 ]["source" ]["features" ][0 ]["geometry" ][
You can’t perform that action at this time.
0 commit comments