From 426a71d095454011e322403d2a52804738bfca3a Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Wed, 31 Jul 2024 09:36:44 +0000 Subject: [PATCH] Black reformating --- premise/export.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/premise/export.py b/premise/export.py index 5df022a4..61a5f9f4 100644 --- a/premise/export.py +++ b/premise/export.py @@ -1798,7 +1798,9 @@ def export_db_to_simapro(self, olca_compartments=False): print(x) if len(self.unmatched_category_flows) > 0: - print(f"{len(self.unmatched_category_flows)} unmatched flow categories. Check unlinked.log.") + print( + f"{len(self.unmatched_category_flows)} unmatched flow categories. Check unlinked.log." + ) # save the list of unmatched flow to unlinked.log with open("unlinked.log", "a") as f: for item in self.unmatched_category_flows: