Skip to content

Commit 948bc38

Browse files
author
Gareth Williams
committed
black
1 parent 8f0ac47 commit 948bc38

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/test_core/test_subplots/test_make_subplots.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,14 +1937,14 @@ def test_secondary_y_subplots(self):
19371937
)
19381938

19391939
if shared_y_axes:
1940-
expected['layout']['yaxis2']['matches'] = 'y4'
1941-
expected['layout']['yaxis2']['showticklabels'] = False
1942-
expected['layout']['yaxis3']['matches'] = 'y'
1943-
expected['layout']['yaxis3']['showticklabels'] = False
1944-
expected['layout']['yaxis6']['matches'] = 'y8'
1945-
expected['layout']['yaxis6']['showticklabels'] = False
1946-
expected['layout']['yaxis7']['matches'] = 'y5'
1947-
expected['layout']['yaxis7']['showticklabels'] = False
1940+
expected["layout"]["yaxis2"]["matches"] = "y4"
1941+
expected["layout"]["yaxis2"]["showticklabels"] = False
1942+
expected["layout"]["yaxis3"]["matches"] = "y"
1943+
expected["layout"]["yaxis3"]["showticklabels"] = False
1944+
expected["layout"]["yaxis6"]["matches"] = "y8"
1945+
expected["layout"]["yaxis6"]["showticklabels"] = False
1946+
expected["layout"]["yaxis7"]["matches"] = "y5"
1947+
expected["layout"]["yaxis7"]["showticklabels"] = False
19481948

19491949
expected.update_traces(uid=None)
19501950

0 commit comments

Comments
 (0)