Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 11, 2024
1 parent b0b242f commit 466d0bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pathways/pathways.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from premise.geomap import Geomap

from . import DATA_DIR
from .data_validation import validate_datapackage
from .lca import (
characterize_inventory,
create_demand_vector,
Expand All @@ -37,8 +38,6 @@
load_units_conversion,
)

from .data_validation import validate_datapackage


def check_unclassified_activities(A_index, classifications):
"""
Expand Down

0 comments on commit 466d0bb

Please sign in to comment.