build tweaks
This commit is contained in:
@@ -71,7 +71,7 @@ def automate_function(
|
||||
automate_context.attach_success_to_objects(
|
||||
category=category,
|
||||
object_ids=object_ids,
|
||||
message="Carbon calculations completed successfully for these elements.",
|
||||
message="Carbon calculations completed successfully for these elements!",
|
||||
)
|
||||
|
||||
for category, object_ids in logger_infos.items():
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from data import ( metal_factors, wood_factors )
|
||||
from types import ( CarbonData, WoodSupplier )
|
||||
from .data import ( metal_factors, wood_factors )
|
||||
from .types import ( CarbonData, WoodSupplier )
|
||||
|
||||
__all__ = [
|
||||
"metal_factors",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
|
||||
from enum import Enum
|
||||
from types import WoodSupplier
|
||||
from .types import WoodSupplier
|
||||
from src.core.types import ( MetalClass, WoodClass )
|
||||
|
||||
"""kgCO2e/kg"""
|
||||
|
||||
Reference in New Issue
Block a user