From 275fc418d1933099bab645d56c145884c6d6580d Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Wed, 27 Nov 2024 12:24:30 +0100 Subject: [PATCH] Fix BW25 database export function --- unfold/brightway25_export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unfold/brightway25_export.py b/unfold/brightway25_export.py index c7a2230..395df1d 100644 --- a/unfold/brightway25_export.py +++ b/unfold/brightway25_export.py @@ -3,6 +3,7 @@ from bw2data import Database, databases from bw2io.importers.base_lci import LCIImporter +from wurst.linking import change_db_name, check_internal_linking, link_internal class BW25UnfoldExporter(LCIImporter):