From eaf69999dcf1b760a99e43da563b149861051035 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Mon, 26 Aug 2024 13:54:31 +0000 Subject: [PATCH] Black reformating --- premise/export.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/premise/export.py b/premise/export.py index d2816ac9..69cbfa19 100644 --- a/premise/export.py +++ b/premise/export.py @@ -561,8 +561,6 @@ def generate_scenario_factor_file( # remove the column `original` df = df.drop(columns=["original"]) - - # fetch a list of activities not present in original_db list_original_acts = get_list_unique_acts([{"database": origin_db}])