Skip to content

Commit

Permalink
Update imports to comply with new premise structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Loisel committed Mar 10, 2021
1 parent dcdecab commit a8d8c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion lca2rmnd/activity_select.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from premise import InventorySet
from bw2data.backends.peewee.proxies import Activity, ActivityDataset as Act
from functools import reduce

Expand Down
3 changes: 2 additions & 1 deletion lca2rmnd/reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from .activity_select import ActivitySelector
from .utils import project_string

from premise import Geomap, InventorySet
from premise import Geomap
from premise.activity_maps import InventorySet
from premise.utils import eidb_label

from bw2data.backends.peewee.proxies import Activity, ActivityDataset as Act
Expand Down

0 comments on commit a8d8c64

Please sign in to comment.