Skip to content

Commit e80c8e2

Browse files
ruff check
1 parent 5331462 commit e80c8e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotly/_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ def update_trace_axis(axis_label : str, row : int, column : int, trace_layer : i
996996
return
997997

998998
axis_name : str = trace.layout_keys[axis_index]
999-
axis_dimension : str = 'xaxis' if x_or_y == 'x' else 'yaxis'
999+
# axis_dimension : str = 'xaxis' if x_or_y == 'x' else 'yaxis'
10001000
axis : XAxis = layout[axis_name]
10011001

10021002
if can_match_axis:

0 commit comments

Comments
 (0)