There was an error while loading. Please reload this page.
1 parent b9e9046 commit d1be98dCopy full SHA for d1be98d
1 file changed
src/CSET/operators/read.py
@@ -50,7 +50,7 @@ class NoDataError(FileNotFoundError):
50
51
def read_cube(
52
file_paths: list[str] | str,
53
- constraint: iris.Constraint = None,
+ constraint: iris.Constraint | None = None,
54
model_names: list[str] | str | None = None,
55
subarea_type: str | None = None,
56
subarea_extent: list[float] | None = None,
0 commit comments