fix typo in type annotations
Some checks failed
Pytest / pytest (3.12) (push) Failing after 1m18s
Ruff / ruff (push) Has been cancelled
Mypy / mypy (push) Failing after 1m12s
Pytest / pytest (3.13) (push) Failing after 1m13s
Pytest / pytest (3.14) (push) Failing after 1m16s

This commit is contained in:
Justus Kuhlmann 2026-03-20 16:01:59 +01:00
commit d302ae7e0d
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -12,7 +12,7 @@ import shutil
from typing import Any
def write_measurement(path: str, ensemble: str, measurement: dict[str, dict[str, dict[str, Any]]], uuid: str, code: str, parameter_file: Union(Any, None)) -> None:
def write_measurement(path: str, ensemble: str, measurement: dict[str, dict[str, dict[str, Any]]], uuid: str, code: str, parameter_file: Union[Any, None]) -> None:
"""
Write a measurement to the backlog.
If the file for the measurement already exists, update the measurement.