Skip to content

Commit 8d83488

Browse files
committed
Black reformating
1 parent 1bd4656 commit 8d83488

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

premise/new_database.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,9 @@ def update(self, sectors: [str, list, None] = None) -> None:
904904
pbar_outer.set_description(f"Updating: {sector}")
905905

906906
# skip "external" if no external scenarios are provided
907-
if sector == "external" and not any("external scenarios" in scenario for scenario in self.scenarios):
907+
if sector == "external" and not any(
908+
"external scenarios" in scenario for scenario in self.scenarios
909+
):
908910
continue
909911

910912
# Prepare the function and arguments

0 commit comments

Comments
 (0)