From 5df4d4816bd28635fe9a284107e989e60aae1d79 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Wed, 27 Sep 2023 15:53:15 +0000 Subject: [PATCH] Black reformating --- unfold/unfold.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/unfold/unfold.py b/unfold/unfold.py index a4c35a4..14a2063 100644 --- a/unfold/unfold.py +++ b/unfold/unfold.py @@ -2,8 +2,8 @@ Contains the Unfold class, to extract datapackage files. """ -import os import copy +import os import pickle import uuid from ast import literal_eval @@ -1220,9 +1220,7 @@ def write(self, superstructure: bool = False, export_dir: str = os.getcwd()): index=False, ) - print( - f"Scenario difference file exported to {filename}.csv!" - ) + print(f"Scenario difference file exported to {filename}.csv!") print("") print("Writing superstructure database...") change_db_name(self.database, self.name or self.package.descriptor["name"])