Skip to content

Commit dcc607c

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

plotly/_subplots.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,9 @@ def _check_hv_spacing(dimsize, spacing, name, dimvarname, dimname):
757757
_configure_shared_axes(layout, grid_ref, specs, "x", shared_xaxes, row_dir, False)
758758
_configure_shared_axes(layout, grid_ref, specs, "y", shared_yaxes, row_dir, False)
759759
if secondary_y:
760-
_configure_shared_axes(layout, grid_ref, specs, "y", shared_yaxes, row_dir, True)
760+
_configure_shared_axes(
761+
layout, grid_ref, specs, "y", shared_yaxes, row_dir, True
762+
)
761763

762764
# Build inset reference
763765
# ---------------------
@@ -889,7 +891,9 @@ def _check_hv_spacing(dimsize, spacing, name, dimvarname, dimname):
889891
return figure
890892

891893

892-
def _configure_shared_axes(layout, grid_ref, specs, x_or_y, shared, row_dir, secondary_y):
894+
def _configure_shared_axes(
895+
layout, grid_ref, specs, x_or_y, shared, row_dir, secondary_y
896+
):
893897
rows = len(grid_ref)
894898
cols = len(grid_ref[0])
895899

0 commit comments

Comments
 (0)