From 950647e7f780cb66650c962029377f0ef6352212 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Tue, 5 Mar 2024 14:40:59 +0000 Subject: [PATCH] Black reformating --- pathways/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pathways/utils.py b/pathways/utils.py index f922357..3d1bd5e 100644 --- a/pathways/utils.py +++ b/pathways/utils.py @@ -192,7 +192,6 @@ def create_lca_results_array( :rtype: xr.DataArray """ - # Define the coordinates for the xarray DataArray coords = { "act_category": list(set(classifications.values())),