From 8436f0709e39027d3463393748934f565968a38d Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Mon, 17 Jun 2024 09:44:41 +0000 Subject: [PATCH] Black reformating --- tests/test_export.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_export.py b/tests/test_export.py index 8c4b9f06..6073be5a 100644 --- a/tests/test_export.py +++ b/tests/test_export.py @@ -14,7 +14,9 @@ def test_simapro_compartments(): def test_simapro_exchange_categories(): simapro_exchange_categories = get_simapro_category_of_exchange() - agr = simapro_exchange_categories[("2-butanol production by hydration of butene", "2-butanol")] + agr = simapro_exchange_categories[ + ("2-butanol production by hydration of butene", "2-butanol") + ] assert agr["category"] == "material" assert agr["sub_category"] == "Chemicals\Organic\Transformation"