Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Sep 11, 2024
1 parent cb7039b commit b2d9904
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions premise/new_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,9 +946,7 @@ def update(self, sectors: [str, list, None] = None) -> None:
[item for item in sectors if item not in sector_update_methods]
)

with tqdm(
total=len(self.scenarios), desc=description, ncols=70
) as pbar_outer:
with tqdm(total=len(self.scenarios), desc=description, ncols=70) as pbar_outer:
for scenario in self.scenarios:
# add database to scenarios
try:
Expand Down

0 comments on commit b2d9904

Please sign in to comment.