Skip to content

Commit

Permalink
#53 FIX pre-commit run --all-files
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Jun 15, 2024
1 parent 65b1d36 commit 113fba5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alpharaw/viz/xic_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def plot(
create_new_fig=True,
plot_rows=1,
ith_plot_row=0,
)->go.Figure:
) -> go.Figure:
"""
Main entry of `XIC_Plot`.
Expand All @@ -73,7 +73,7 @@ def plot(
plot_rows : int, optional
If create_new_fig, how many rows (subplots) to create, by default 1
ith_plot_row : int, optional
If not create_new_fig, this parameter refers to the row number
If not create_new_fig, this parameter refers to the row number
in `self.fig`, by default 0
Returns
Expand Down Expand Up @@ -211,7 +211,7 @@ def plot_query_masses(
create_new_fig=True,
plot_rows=1,
ith_plot_row=0,
)->go.Figure:
) -> go.Figure:
"""
The other entry of `XIC_Plot`
Expand Down Expand Up @@ -244,7 +244,7 @@ def plot_query_masses(
plot_rows : int, optional
If create_new_fig, how many rows (subplots) to create, by default 1
ith_plot_row : int, optional
If not create_new_fig, this parameter refers to the row number
If not create_new_fig, this parameter refers to the row number
in `self.fig`, by default 0
Returns
Expand Down

0 comments on commit 113fba5

Please sign in to comment.