From 3fb184a636db7ef25b0da9fcecf02dea9e0dd665 Mon Sep 17 00:00:00 2001 From: Peter Kraus Date: Mon, 4 Dec 2023 16:30:10 +0100 Subject: [PATCH] black --- tests/test_drycal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_drycal.py b/tests/test_drycal.py index d5ac8953..7425f538 100644 --- a/tests/test_drycal.py +++ b/tests/test_drycal.py @@ -9,6 +9,7 @@ from yadg.core import process_schema from dgbowl_schemas.yadg import to_dataschema + @pytest.mark.parametrize( "input, ts", [ @@ -115,4 +116,4 @@ def test_lock_stock_drycal(datadir): schema = yaml.safe_load(inf) ret = process_schema(to_dataschema(**schema)) print(f"{ret=}") - assert ret['outlet']['DryCal'].shape == (187,) \ No newline at end of file + assert ret["outlet"]["DryCal"].shape == (187,)