Skip to content

Commit

Permalink
Simplify type signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrost-mo committed Sep 16, 2024
1 parent acc401c commit a0aff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSET/operators/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ def scatter_plot(
filename: str = None,
one_to_one: bool = True,
**kwargs,
) -> iris.cube.CubeList[iris.cube.Cube, iris.cube.Cube]:
) -> iris.cube.CubeList:
"""Plot a scatter plot between two variables.
Both cubes must be 1D.
Expand Down

0 comments on commit a0aff82

Please sign in to comment.