From a0aff827895750a773f85e6ee74001610963506a Mon Sep 17 00:00:00 2001 From: James Frost Date: Mon, 16 Sep 2024 23:42:43 +0100 Subject: [PATCH] Simplify type signature --- src/CSET/operators/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CSET/operators/plot.py b/src/CSET/operators/plot.py index 823bb5174..ff1648666 100644 --- a/src/CSET/operators/plot.py +++ b/src/CSET/operators/plot.py @@ -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.