Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 12, 2023
1 parent 584b385 commit eeb3d95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion premise/ecoinvent_modification.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"""

import copy
import logging
import multiprocessing
import os
import pickle
Expand All @@ -14,7 +15,6 @@
from multiprocessing.pool import ThreadPool as Pool
from pathlib import Path
from typing import List, Union
import logging

import datapackage
import yaml
Expand Down Expand Up @@ -58,9 +58,11 @@
import bw_processing

from .brightway25 import write_brightway_database

logger.info("Using Brightway 2.5")
except ImportError:
from .brightway2 import write_brightway_database

logger.info("Using Brightway 2")


Expand Down

0 comments on commit eeb3d95

Please sign in to comment.