From 0442b1d45d8e78e249d222b56263e2f7e0db8316 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 00:45:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_ontology.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_ontology.py b/tests/test_ontology.py index 0d936de..349068a 100644 --- a/tests/test_ontology.py +++ b/tests/test_ontology.py @@ -27,6 +27,6 @@ def test_construct_ontology_mapping(): ) assert equiv_dict["mean_daily_flow"].id != equiv_dict["water temperature"].id id = 8164 - assert ( - equiv_dict["mean_daily_flow"].id == id - ), f"The deterministic hash that generates the id should always generate {id}. A different name was likely used to generate the id" + assert equiv_dict["mean_daily_flow"].id == id, ( + f"The deterministic hash that generates the id should always generate {id}. A different name was likely used to generate the id" + )